From: N. Brouard Date: Thu, 21 Jul 2016 08:45:58 +0000 (+0000) Subject: Summary: Version 0.99r8 (first working on my example V4+V3+V5) X-Git-Tag: imach-099s7~278 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=1c70a1521e3e205b1966fe25239b64cc3f47c968;p=.git Summary: Version 0.99r8 (first working on my example V4+V3+V5) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ffdfc12..f201cb3 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 98r7) +SET(IMACH_VERSION_MINOR 99r8) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})