From 53c727c68d40493d61ffb788a79e88e2ae4dddd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 25 Jul 2016 22:21:04 +0200 Subject: [PATCH] Update version to 2.0.0 --- Doxyfile | 2 +- include/SQLiteCpp/SQLiteCpp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 3d17c49..5de18d8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.3.1 +PROJECT_NUMBER = 2.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/SQLiteCpp/SQLiteCpp.h b/include/SQLiteCpp/SQLiteCpp.h index 88a96be..ab39c99 100644 --- a/include/SQLiteCpp/SQLiteCpp.h +++ b/include/SQLiteCpp/SQLiteCpp.h @@ -38,5 +38,5 @@ * with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same * numbers used in [SQLITECPP_VERSION]. */ -#define SQLITECPP_VERSION "1.99.99" // Pre-2.0.0 -#define SQLITECPP_VERSION_NUMBER 1099099 // Pre-2.0.0 +#define SQLITECPP_VERSION "2.00.00" // 2.0.0 +#define SQLITECPP_VERSION_NUMBER 2000000 // 2.0.0