We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02bf03d + ab2dfe1 commit 5f1a2ceCopy full SHA for 5f1a2ce
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.16)
5
# PACKAGE_VERSION is used by cpack scripts currently
6
# Both sqlite_orm_VERSION and PACKAGE_VERSION should be the same for now
7
8
-set(sqlite_orm_VERSION "1.8.0")
+set(sqlite_orm_VERSION "1.9.1")
9
set(PACKAGE_VERSION ${sqlite_orm_VERSION})
10
11
project("sqlite_orm" VERSION ${PACKAGE_VERSION})
0 commit comments