From 5e2a65bb5763c016950e7ff221e9113066e2baf4 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Mon, 8 Jul 2024 14:25:58 +0000 Subject: [PATCH] Summary: 0.99s7 --- src/ChangeLog | 8 +++++++- src/version.h | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index b56e08a..66be075 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2024-07-08 Nicolas Brouard + + * imach.c (Module): Some bug fixes: in drawings when age*age is + included in the model as well as with quantitative variables. + 2024-07-02 Nicolas Brouard * imach.c (Module): Trying compiling on Linux with clang (instead @@ -5,7 +10,8 @@ 2024-06-28 Nicolas Brouard - * imach.c (Module): fixing some bugs in gnuplot and quantitative variables, but not completely solved + * imach.c (Module): fixing some bugs in gnuplot and quantitative + variables, but not completely solved 2024-06-28 Nicolas Brouard diff --git a/src/version.h b/src/version.h index a2926e7..dab4e9e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define __IMACH_VERSION_MAJOR__ 0 -#define __IMACH_VERSION_MINOR__ 99s6 +#define __IMACH_VERSION_MINOR__ 99s7 #define __IMACH_VERSION_PATCH__ 0 -#define __IMACH_VERSION__ "0.99s6" +#define __IMACH_VERSION__ "0.99s7" -- 2.43.0