]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Sat, 20 Feb 2021 15:45:47 +0000 (15:45 +0000)
committerN. Brouard <brouard@ined.fr>
Sat, 20 Feb 2021 15:45:47 +0000 (15:45 +0000)
CMakeLists.txt
src/ChangeLog
src/version.h

index ac23274c2851a9819a6efcc57b40d12dd5442faf..8bf335ebaee95009f54e5e37cb4bd5fa577a6f85 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 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}")
 
index e9035ecb9f6d69555ed4b631d3cc44bee9c6e81c..fea202484b2cba299414eb905053d1f1108b6134 100644 (file)
@@ -1,6 +1,7 @@
 2021-02-20  Nicolas Brouard   <brouard@ined.fr>\r
 \r
        * imach.c (Module): Fix bug on quitting after result lines!\r
+       (Module): Version 0.99r21\r
 \r
 2021-02-12  Nicolas Brouard   <brouard@ined.fr>\r
 \r
index bd9f0301ea1acf483ed68df80a605614733e9320..7d518190054408fdfb2709252386fdcb5eee246f 100644 (file)
@@ -1,5 +1,5 @@
-#define __IMACH_VERSION_MAJOR__ 0\r
-#define __IMACH_VERSION_MINOR__ 99r20\r
-#define __IMACH_VERSION_PATCH__ 0\r
-\r
-#define __IMACH_VERSION__ "0.99r20"\r
+#define __IMACH_VERSION_MAJOR__ 0
+#define __IMACH_VERSION_MINOR__ 99r21
+#define __IMACH_VERSION_PATCH__ 0
+
+#define __IMACH_VERSION__ "0.99r21"