]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Fri, 16 Sep 2022 13:42:47 +0000 (13:42 +0000)
committerN. Brouard <brouard@ined.fr>
Fri, 16 Sep 2022 13:42:47 +0000 (13:42 +0000)
CMakeLists.txt
src/version.h

index 82abe11d482c35520ef61d94421352f956d0be2f..4c64c04084a532de8a54a0b048a555c7c7d38ebc 100644 (file)
@@ -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})
index 1e8169fb43b497fd7bfbefbaf28492569fdd6b15..ff813b425a3adb7eecc358ece2ff5aedca83d0f7 100644 (file)
@@ -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"