From 33c7881865f82e13434c35c20c6cb120a7fc3845 Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Thu, 19 Sep 2019 15:39:06 +0200 Subject: [PATCH] Updating version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9439def..2953f5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() set(VERSION_MAJOR 1) set(VERSION_MINOR 0) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) check_type_size("void*" SIZEOF_VOID_P) @@ -229,4 +229,4 @@ set(CPACK_PACKAGE_CHECKSUM "SHA1") set(CPACK_GENERATOR "ZIP") set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE) -include (CPack) \ No newline at end of file +include (CPack)