Skip to content

Commit 670d710

Browse files
committed
Update version to 2.1.0 and add appropriate changelog
1 parent 1a2c7cb commit 670d710

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,8 @@ Version 2.0.0 - July 25 2016
9797

9898
Version 2.1.0 - July 18 2017
9999
Update SQLite3 from 3.13 to latest 3.19.3 (2017-06-08)
100-
100+
Fixed link error (inline in cpp) and compiler warnings (unused variable...)
101+
Added ability to open encrypted databases.
102+
Added convenience functions for constructing objects from a row
103+
Added CMake install step
104+
Make cpplint.py Python-3 compatible

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.0
41+
PROJECT_NUMBER = 2.1.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/SQLiteCpp/SQLiteCpp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
* with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
3939
* numbers used in [SQLITECPP_VERSION].
4040
*/
41-
#define SQLITECPP_VERSION "2.00.00" // 2.0.0
42-
#define SQLITECPP_VERSION_NUMBER 2000000 // 2.0.0
41+
#define SQLITECPP_VERSION "2.01.00" // 2.0.0
42+
#define SQLITECPP_VERSION_NUMBER 2001000 // 2.0.0

0 commit comments

Comments
 (0)