From: N. Brouard Date: Sun, 21 Aug 2022 09:03:29 +0000 (+0000) Subject: Summary: Version 0.99r33 X-Git-Tag: imach-099s7~95 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=af22baef17be54986b3e3dcf63d6fd2f7cb9192d;p=.git Summary: Version 0.99r33 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f67e63..5f92290 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,10 @@ # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE) set(PACKAGE_NAME "imach") SET(IMACH_VERSION_MAJOR 0) -SET(IMACH_VERSION_MINOR 99r32) +SET(IMACH_VERSION_MINOR 99r33) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") -SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) +SET(IMACH_VERSION ${IMACH_VERCSION_MAJOR}.${IMACH_VERSION_MINOR}) SET(@APPNAME@ imach-${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) SET(@NOTINNOREG@ ) SET(@NOREG@ )