From db243daea832e1eb7af8853822e4b8b3d38bf281 Mon Sep 17 00:00:00 2001 From: brouard Date: Tue, 27 Aug 2024 11:52:22 +0200 Subject: [PATCH] Version 0.99s8 --- CMakeLists.txt | 2 +- src/ChangeLog | 6 ++++++ src/version.h | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1b8fc1..3b3a085 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 99s7) +SET(IMACH_VERSION_MINOR 99s8) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) diff --git a/src/ChangeLog b/src/ChangeLog index d4892ec..eece24a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,12 @@ +* Mon Aug 05 2024 brouard (1be6b8a) +- Adapting Makefile and ChangeLog to git + * Mon Aug 05 2024 brouard (583f243) - Adapting Makefile and ChangeLog to git +* Mon Aug 05 2024 nbrouard (afc4437) +- Adapting Makefile and ChangeLog to git + * Fri Jul 19 2024 N. Brouard (a18761f) - Summary: Makfile for git diff --git a/src/version.h b/src/version.h index dab4e9e..d66a982 100644 --- a/src/version.h +++ b/src/version.h @@ -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" -- 2.43.0