From af22baef17be54986b3e3dcf63d6fd2f7cb9192d Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Sun, 21 Aug 2022 09:03:29 +0000 Subject: [PATCH] Summary: Version 0.99r33 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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@ ) -- 2.43.0