]> henry.ined.fr Git - .git/commitdiff
Summary: 0.99s7
authorN. Brouard <brouard@ined.fr>
Mon, 8 Jul 2024 14:25:58 +0000 (14:25 +0000)
committerN. Brouard <brouard@ined.fr>
Mon, 8 Jul 2024 14:25:58 +0000 (14:25 +0000)
src/ChangeLog
src/version.h

index b56e08a3154400973dc78e38477ddcee531d1dcb..66be075583443445714c9ae40ccbdf52a77356b4 100644 (file)
@@ -1,3 +1,8 @@
+2024-07-08  Nicolas Brouard   <brouard@ined.fr>
+
+       * 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  <brouard@ined.fr>
 
        * imach.c (Module): Trying compiling on Linux with clang (instead
@@ -5,7 +10,8 @@
 
 2024-06-28  Nicolas Brouard   <brouard@ined.fr>
 
-       * 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  <brouard@ined.fr>
 
index a2926e7f6eb16281eed5b28da739a0361dba9122..dab4e9ee59fdc45ba41ab20313e622b3d96db6b0 100644 (file)
@@ -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"