From 6091fffaf7da63be1d07b2cc7f1660a1972ff0e4 Mon Sep 17 00:00:00 2001 From: Javier Galan Date: Thu, 15 Dec 2022 11:12:22 +0100 Subject: [PATCH] CMakeLists.txt Increasing to release 1.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3cc6acd..ec38f4a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "1.7") +set(LibraryVersion "1.8") add_definitions(-DLIBRARY_VERSION="${LibraryVersion}") if (CMAKE_SYSTEM_NAME MATCHES "Windows")