Update version to 2.2.0

This commit is contained in:
Sébastien Rombauts 2017-09-19 13:17:45 +02:00
parent ab9e11e6c2
commit eb065bf741
3 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ Version 2.1.0 - July 18 2017
Added CMake install step Added CMake install step
Make cpplint.py Python-3 compatible Make cpplint.py Python-3 compatible
Version X Version 2.2.0 - Sept 19 2017
Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24) Update SQLite3 from 3.19.3 to latest 3.20.1 (2017-08-24)
Removed virtual kewords from destructors Removed virtual kewords from destructors
Removed misplaced noexcept keyword Removed misplaced noexcept keyword

View File

@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 2.1.0 PROJECT_NUMBER = 2.2.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a

View File

@ -38,5 +38,5 @@
* with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same * with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
* numbers used in [SQLITECPP_VERSION]. * numbers used in [SQLITECPP_VERSION].
*/ */
#define SQLITECPP_VERSION "2.01.00" // 2.0.0 #define SQLITECPP_VERSION "2.02.00" // 2.2.0
#define SQLITECPP_VERSION_NUMBER 2001000 // 2.0.0 #define SQLITECPP_VERSION_NUMBER 2002000 // 2.2.0