Skip to content

Commit ab2dfe1

Browse files
committed
Updated version of sqlite_orm to 1.9.1 in CMakeLists
1 parent 02bf03d commit ab2dfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.16)
55
# PACKAGE_VERSION is used by cpack scripts currently
66
# Both sqlite_orm_VERSION and PACKAGE_VERSION should be the same for now
77

8-
set(sqlite_orm_VERSION "1.8.0")
8+
set(sqlite_orm_VERSION "1.9.1")
99
set(PACKAGE_VERSION ${sqlite_orm_VERSION})
1010

1111
project("sqlite_orm" VERSION ${PACKAGE_VERSION})

0 commit comments

Comments
 (0)