From 6f1ccd4729bbb87f19c7b0fa3357851b7d73d000 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Fri, 16 Sep 2022 13:42:47 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82abe11..4c64c04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE) set(PACKAGE_NAME "imach") SET(IMACH_VERSION_MAJOR 0) -SET(IMACH_VERSION_MINOR 99r40) +SET(IMACH_VERSION_MINOR 99r41) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) diff --git a/src/version.h b/src/version.h index 1e8169f..ff813b4 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 99r40 +#define __IMACH_VERSION_MINOR__ 99r41 #define __IMACH_VERSION_PATCH__ 0 -#define __IMACH_VERSION__ "0.99r40" +#define __IMACH_VERSION__ "0.99r41" -- 2.43.0