From 1539b6301c922e6900663e33d5983cccfc7efed1 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Wed, 3 Aug 2022 17:31:34 +0000 Subject: [PATCH] Summary: 0.99r31 --- CMakeLists.txt | 2 +- src/version.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47923ca..8d0dcbb 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 99r30) +SET(IMACH_VERSION_MINOR 99r31) 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 fbc408d..7653085 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 99r30 -#define __IMACH_VERSION_PATCH__ 0 - -#define __IMACH_VERSION__ "0.99r30" +#define __IMACH_VERSION_MAJOR__ 0 +#define __IMACH_VERSION_MINOR__ 99r31 +#define __IMACH_VERSION_PATCH__ 0 + +#define __IMACH_VERSION__ "0.99r30" -- 2.43.0