From 80b58170a8e8a04cee7526e00ee2490c380f6391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 11 Aug 2020 17:05:57 +0200 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 9 +++++++-- CMakeLists.txt | 2 +- Doxyfile | 2 +- include/SQLiteCpp/SQLiteCpp.h | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9b986..84da213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -174,6 +174,11 @@ Version 3.0.0 - January 31 2020 - #234 support for external sqlite3 (BioDataAnalysis/emmenlau) - #243 adding a pure attribute to getIndex() (KOLANICH) -Version 3.x.x +Version 3.1.0 - August 11 2020 - Update SQLite3 from 3.30.1 to 3.32.3 (2020-06-18) - +- #274 Install both cmake files into same lib directory from tcraigtyler/master +- #275 Add a method on Statement to get the declared type of a column. from daniel-schmidt/master +- #284 Add SQLITE_OPEN_FULLMUTEX flag from rwrx/fullmutex-flag +- #286 Add CMake option to toggle stack protection from chrisdalke/master +- #287 Fixed installation on other than Ubuntu distributions from xvitaly/fix-installation +- #288 Allow building of sqlite JSON1 extension when building internal sqlite library from zxey/feature-json1-extension diff --git a/CMakeLists.txt b/CMakeLists.txt index 51b10a8..810a993 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # or copy at http://opensource.org/licenses/MIT) cmake_minimum_required(VERSION 3.1) # for "CMAKE_CXX_STANDARD" version list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # custom CMake modules like FindSQLiteCpp -project(SQLiteCpp VERSION 3.0.0) +project(SQLiteCpp VERSION 3.1.0) # SQLiteC++ 3.x requires C++11 features if (NOT CMAKE_CXX_STANDARD) diff --git a/Doxyfile b/Doxyfile index 8a37ee4..8df9827 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 = 3.0.0 +PROJECT_NUMBER = 3.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 4c1ee46..6165ba6 100644 --- a/include/SQLiteCpp/SQLiteCpp.h +++ b/include/SQLiteCpp/SQLiteCpp.h @@ -40,5 +40,5 @@ * * WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt */ -#define SQLITECPP_VERSION "3.00.00" // 3.0.0 -#define SQLITECPP_VERSION_NUMBER 3000000 // 3.0.0 +#define SQLITECPP_VERSION "3.01.00" // 3.1.0 +#define SQLITECPP_VERSION_NUMBER 3001001 // 3.1.0