# SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE)
set(PACKAGE_NAME "imach")
SET(IMACH_VERSION_MAJOR 0)
-SET(IMACH_VERSION_MINOR 99r25)
+SET(IMACH_VERSION_MINOR 99r26)
SET(IMACH_VERSION_PATCH 0)
SET(IMACH_VERSION_NOTE "")
SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR})
-2022-03-17 Brouard Nicolas <brouard@ined.fr >\r
+2022-04-05 Brouard Nicolas <brouard@ined.fr>\r
+\r
+ * imach.c (Module): Fixed covariates (dummy or quantitative)\r
+ with missing values have never been allowed but are ERRORS and\r
+ program quits. Standard deviations of fixed covariates were\r
+ wrongly computed. Mean and standard deviations of time varying\r
+ covariates are still not computed.\r
+\r
+2022-03-17 Brouard Nicolas <brouard@ined.fr>\r
\r
* 99r25 Improvements in fixing discrepancies between covariates\r
missing in result line but in model. \r
#define __IMACH_VERSION_MAJOR__ 0
-#define __IMACH_VERSION_MINOR__ 99r25
+#define __IMACH_VERSION_MINOR__ 99r26
#define __IMACH_VERSION_PATCH__ 0
-#define __IMACH_VERSION__ "0.99r25"
+#define __IMACH_VERSION__ "0.99r26"