From: N. Brouard Date: Sat, 20 Feb 2021 15:45:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~151 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=b5298eef5606ad9395c0c64f2e89c348b5f2beae;p=.git *** empty log message *** --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ac23274..8bf335e 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 99r20) +SET(IMACH_VERSION_MINOR 99r21) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) @@ -24,7 +24,7 @@ SET(@LICENSEFILE@ Copying) SET(@PACKAGE@ imach) SET(@DICTLANG@ en) SET(@VERMAJOR@ ) -SET(@COPYRIGHT@ "Copyright (C) 2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) 2013-2016- Intel Software 2015-2018") +SET(@COPYRIGHT@ "Copyright (C) 2002-2015 EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) 2013-2016- Intel Software 2015-2018 2000-2021 INED") #SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}.${IMACH_VERSION_PATCH}) #MATH(EXPR IMACH_VERSION_NUMBER "100000*${IMACH_VERSION_MAJOR} + 100*${IMACH_VERSION_MINOR} + ${IMACH_VERSION_PATCH}") diff --git a/src/ChangeLog b/src/ChangeLog index e9035ec..fea2024 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2021-02-20 Nicolas Brouard * imach.c (Module): Fix bug on quitting after result lines! + (Module): Version 0.99r21 2021-02-12 Nicolas Brouard diff --git a/src/version.h b/src/version.h index bd9f030..7d51819 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 99r20 -#define __IMACH_VERSION_PATCH__ 0 - -#define __IMACH_VERSION__ "0.99r20" +#define __IMACH_VERSION_MAJOR__ 0 +#define __IMACH_VERSION_MINOR__ 99r21 +#define __IMACH_VERSION_PATCH__ 0 + +#define __IMACH_VERSION__ "0.99r21"