File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -215,3 +215,16 @@ Version 3.2.0 - 2022 Septembre 18
215215- #364 Removal of remaining long APIs from SRombauts/convert-remaining-long-types
216216- #366 Add vcpkg installation instructions from FrankXie05/vcpkg-instructions
217217- #360 Small improvements and code cleaning from Kacperos155/small_improvements
218+
219+ Versions 3.2.1 - 2022 Decembre 12
220+ - Merge pull request #383 Update SQLite from 3.39.3 to 3.40.0 (2022-11-16) from SRombauts/update-sqlite-340
221+ - Merge pull request #370 Don't link anymore with Visual Studio's static runtime by default from SRombauts/dont-enforce-static-linking
222+ - Merge pull request #371 from SRombauts/appveyor-vs-2022
223+ - Merge pull request #277 from cuberite/cmake-scoping
224+ - Merge pull request #374 Update googletest from vuhailongkl97/master
225+ - Merge pull request #377 Some documentation fixes from cbielow/fix_doc
226+ - Merge pull request #380 [ Meson] fixes for meson project from ninjaoflight/windows-support
227+ - Merge pull request #387 Ensure that TEXT column is UTF-8 encoded before using sqlite3_column_blob() from dougnazar
228+ - Merge pull request #385 disable SQLITECPP_USE_STACK_PROTECTION when on MinGW from SRombauts/mingw-disable-stack-protection
229+ - Merge pull request #386 [ meson] Update SQLite from 3.39.3 to 3.40.0 from ninjaoflight/sqlite-meson-update
230+ - Merge pull request #389 [ meson] add missing compile options from ninjaoflight/meson-fixes
Original file line number Diff line number Diff line change 66# or copy at http://opensource.org/licenses/MIT)
77cmake_minimum_required (VERSION 3.1) # for "CMAKE_CXX_STANDARD" version
88list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ) # custom CMake modules like FindSQLiteCpp
9- project (SQLiteCpp VERSION 3.2.0 )
9+ project (SQLiteCpp VERSION 3.2.1 )
1010
1111# SQLiteC++ 3.x requires C++11 features
1212if (NOT CMAKE_CXX_STANDARD)
Original file line number Diff line number Diff 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 = 3.2.0
41+ PROJECT_NUMBER = 3.2.1
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
Original file line number Diff line number Diff line change 4040 *
4141 * WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt
4242 */
43- #define SQLITECPP_VERSION "3.02.00 " // 3.2.0
44- #define SQLITECPP_VERSION_NUMBER 3002000 // 3.2.0
43+ #define SQLITECPP_VERSION "3.02.01 " // 3.2.1
44+ #define SQLITECPP_VERSION_NUMBER 3002001 // 3.2.1
You can’t perform that action at this time.
0 commit comments