From 670d710f62c2a8e9ded6b41c65ca54202d0cf7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 18 Jul 2017 13:00:13 +0200 Subject: [PATCH] Update version to 2.1.0 and add appropriate changelog --- CHANGELOG.txt | 6 +++++- Doxyfile | 2 +- include/SQLiteCpp/SQLiteCpp.h | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a4cd6034..c274a453 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -97,4 +97,8 @@ Version 2.0.0 - July 25 2016 Version 2.1.0 - July 18 2017 Update SQLite3 from 3.13 to latest 3.19.3 (2017-06-08) - \ No newline at end of file + Fixed link error (inline in cpp) and compiler warnings (unused variable...) + Added ability to open encrypted databases. + Added convenience functions for constructing objects from a row + Added CMake install step + Make cpplint.py Python-3 compatible \ No newline at end of file diff --git a/Doxyfile b/Doxyfile index 5de18d86..97279fdb 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 = 2.0.0 +PROJECT_NUMBER = 2.1.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 ab39c99a..a33e7802 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 "2.00.00" // 2.0.0 -#define SQLITECPP_VERSION_NUMBER 2000000 // 2.0.0 +#define SQLITECPP_VERSION "2.01.00" // 2.0.0 +#define SQLITECPP_VERSION_NUMBER 2001000 // 2.0.0