]> henry.ined.fr Git - .git/commitdiff
updating version.h as well as CMakeLists.txt to 0.99s11
authorNicolas Brouard <bouard@ined.fr>
Wed, 13 Nov 2024 17:13:04 +0000 (18:13 +0100)
committerNicolas Brouard <bouard@ined.fr>
Wed, 13 Nov 2024 17:13:04 +0000 (18:13 +0100)
CMakeLists.txt
src/version.h

index 7bb0be1531c95755af37aef1f9c28ebcc0d4c456..e281ac15f9f6d615ab88141a0495c257c058e80e 100644 (file)
@@ -9,7 +9,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.13..3.26.3)
 set(PACKAGE_NAME "imach")
 SET(IMACH_VERSION_MAJOR 0)
-SET(IMACH_VERSION_MINOR 99s9)
+SET(IMACH_VERSION_MINOR 99s11)
 SET(IMACH_VERSION_PATCH 0)
 SET(IMACH_VERSION_NOTE "")
 SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})
@@ -239,8 +239,8 @@ ENABLE_TESTING()
 #ADD_SUBDIRECTORY(html/doc)
 #ADD_SUBDIRECTORY(html/doc/data)
 #install(FILES "${PROJECT_SOURCE_DIR}/html/doc/mypar.imach" DESTINATION "html/doc")
-ADD_TEST(testV2.imach  IMaCh-${IMACH_VERSION} tests/testV2.imach )
-ADD_TEST(testV1V2.imach  IMaCh-${IMACH_VERSION} tests/testV1V2.imach )
+ADD_TEST(testV2.imach  IMaCh-${IMACH_VERSION} tests\testV2.imach )
+ADD_TEST(testV1V2.imach  IMaCh-${IMACH_VERSION} tests\testV1V2.imach )
 ADD_TEST(mypar  IMaCh-${IMACH_VERSION} local/html/doc/ )
 ADD_TEST(biaspar  IMaCh-${IMACH_VERSION} local/html/doc/ )
 #SET(FAB "po" CACHE STRING "Some user-specified option")
index da4ad03fdd64f1782bf5605489c284d8e68f5855..1180d3dea085847405112a18db932a5565b70ebd 100644 (file)
@@ -1,5 +1,5 @@
 #define __IMACH_VERSION_MAJOR__ 0
-#define __IMACH_VERSION_MINOR__ 99s9
+#define __IMACH_VERSION_MINOR__ 99s11
 #define __IMACH_VERSION_PATCH__ 0
 
-#define __IMACH_VERSION__ "0.99s9"
+#define __IMACH_VERSION__ "0.99s11"