From ab2dfe1d69c412050d3df4d5d93a4c4f33cd1837 Mon Sep 17 00:00:00 2001 From: klaus triendl Date: Mon, 3 Feb 2025 12:03:44 +0200 Subject: [PATCH] Updated version of sqlite_orm to 1.9.1 in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a56294f29..d78384fa4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})