We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986c617 commit 92c92b3Copy full SHA for 92c92b3
utils/version_info.tmpl
@@ -130,10 +130,11 @@
130
// 2.31 - 1/16/2026 - Serialization version change due to improvements in serializing/deserializing large population.
131
// Removed NodeCount parameter from demographics. It was required but not used.
132
// Malaria: Fixed issue with blood capacity calculations when people turned 20.
133
-
+// 2.32 - 2/05/2026 - Malaria: ReportFPGNewInfections now has a new optional parameter - "Report_Crossover_Data_Instead"
134
+// This keeps basic new infection info and adds a new GenomeCrossoverLocations column.
135
136
#define MAJOR_VERSION 2
-#define MINOR_VERSION 31
137
+#define MINOR_VERSION 32
138
139
#ifndef REVISION_NUMBER
140
#define REVISION_NUMBER $REVISION$
0 commit comments