Skip to content

Commit 92c92b3

Browse files
committed
Updating version for release
1 parent 986c617 commit 92c92b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/version_info.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,11 @@
130130
// 2.31 - 1/16/2026 - Serialization version change due to improvements in serializing/deserializing large population.
131131
// Removed NodeCount parameter from demographics. It was required but not used.
132132
// Malaria: Fixed issue with blood capacity calculations when people turned 20.
133-
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.
134135

135136
#define MAJOR_VERSION 2
136-
#define MINOR_VERSION 31
137+
#define MINOR_VERSION 32
137138

138139
#ifndef REVISION_NUMBER
139140
#define REVISION_NUMBER $REVISION$

0 commit comments

Comments
 (0)