From e05293a5cc90a0481cd856a4a18623b2ea5546c0 Mon Sep 17 00:00:00 2001 From: Nicolas Brouard Date: Wed, 13 Nov 2024 18:13:04 +0100 Subject: [PATCH] updating version.h as well as CMakeLists.txt to 0.99s11 --- CMakeLists.txt | 6 +++--- src/version.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bb0be1..e281ac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/src/version.h b/src/version.h index da4ad03..1180d3d 100644 --- a/src/version.h +++ b/src/version.h @@ -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" -- 2.43.0