Skip to content

Commit

Permalink
Merge pull request #1394 from fnc12/set-v1.9.1
Browse files Browse the repository at this point in the history
Bumped library version to 1.9.1
  • Loading branch information
trueqbit authored Feb 3, 2025
2 parents 02bf03d + ab2dfe1 commit 5f1a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.16)
# PACKAGE_VERSION is used by cpack scripts currently
# Both sqlite_orm_VERSION and PACKAGE_VERSION should be the same for now

set(sqlite_orm_VERSION "1.8.0")
set(sqlite_orm_VERSION "1.9.1")
set(PACKAGE_VERSION ${sqlite_orm_VERSION})

project("sqlite_orm" VERSION ${PACKAGE_VERSION})
Expand Down

0 comments on commit 5f1a2ce

Please sign in to comment.