]> henry.ined.fr Git - .git/commitdiff
Version 0.99s8
authorbrouard <brouard@ined.fr>
Tue, 27 Aug 2024 09:52:22 +0000 (11:52 +0200)
committerbrouard <brouard@ined.fr>
Tue, 27 Aug 2024 09:52:22 +0000 (11:52 +0200)
CMakeLists.txt
src/ChangeLog
src/version.h

index e1b8fc1a9d62edd593717d6de1e50c7004402938..3b3a085a608d28c22b99480b2321b3c9b7787209 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 99s7)
+SET(IMACH_VERSION_MINOR 99s8)
 SET(IMACH_VERSION_PATCH 0)
 SET(IMACH_VERSION_NOTE "")
 SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})
index d4892ec93556f7314584c1ee267e092d3eca14c2..eece24a9276473b617cdd0d5df837b911af9bdaf 100644 (file)
@@ -1,6 +1,12 @@
+* Mon Aug 05 2024 brouard <brouard@ined.fr> (1be6b8a)
+- Adapting Makefile and ChangeLog to git
+
 * Mon Aug 05 2024 brouard <brouard@ined.fr> (583f243)
 - Adapting Makefile and ChangeLog to git
 
+* Mon Aug 05 2024 nbrouard <nicolas.brouard@libertysurf.fr> (afc4437)
+- Adapting Makefile and ChangeLog to git
+
 * Fri Jul 19 2024 N. Brouard <brouard@ined.fr> (a18761f)
 - Summary: Makfile for git
 
index dab4e9ee59fdc45ba41ab20313e622b3d96db6b0..d66a98235f3c5166bd5feb3ed242b96c3968fc70 100644 (file)
@@ -1,5 +1,5 @@
 #define __IMACH_VERSION_MAJOR__ 0
-#define __IMACH_VERSION_MINOR__ 99s7
+#define __IMACH_VERSION_MINOR__ 99s8
 #define __IMACH_VERSION_PATCH__ 0
 
-#define __IMACH_VERSION__ "0.99s7"
+#define __IMACH_VERSION__ "0.99s8"