From: N. Brouard <brouard@ined.fr> Date: Sat, 6 Aug 2022 07:20:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~97 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=4a7dc4a69276e0ce31502959d48ec1b8dda75f22;p=.git *** empty log message *** --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d0dcbb..2f67e63 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 99r31) +SET(IMACH_VERSION_MINOR 99r32) 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 c467e86..a2d3c12 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 99r31 +#define __IMACH_VERSION_MINOR__ 99r32 #define __IMACH_VERSION_PATCH__ 0 -#define __IMACH_VERSION__ "0.99r31" +#define __IMACH_VERSION__ "0.99r32"