Skip to content

Commit 050fe88

Browse files
committed
Updating version information.
1 parent d524a08 commit 050fe88

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

utils/version_info.tmpl

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,17 @@
121121
// Fixed issue where newborns had higher rate of HIV at birth than they should have. The infection flag was not
122122
// being reset for each new newborn and once a newborn was flagged to be infected, all the following newborns
123123
// in that time step were flagged as infected as well.
124+
// 2.30 - 12/16/2025 - Campaign Nodeset_Config option of NodeSetPolygon was removed from the codebase.
125+
// Cleaned up and updated versioning.
126+
// Schema improvements.
127+
// Malaria: Added long term decay for malaria antibodies.
128+
// Added ReportAntibodies report.
129+
// New serialization version 8 due to addition of long term decay for malaria antibodies.
130+
//
124131

125132

126133
#define MAJOR_VERSION 2
127-
#define MINOR_VERSION 29
134+
#define MINOR_VERSION 30
128135

129136
#ifndef REVISION_NUMBER
130137
#define REVISION_NUMBER $REVISION$
@@ -153,7 +160,7 @@ static const char* BUILD_DATE = __DATE__ " " __TIME__;
153160
//5.0.0 - 07/09/2023 - GH-4792 - Added m_OocystDuration to ParasiteCohort
154161
//6.0.0 - 10/17/2024 - Vector_Migration_Improvements - New VectorCohortMale class
155162
//7.0.0 - 06/09/2025 - https://github.com/EMOD-Hub/EMOD/issues/89 - new data for ReportFPGNewInfections
156-
//8.0.0 - 11/05/2025 - new serialized parameters to support Antibody decay after inactivity
163+
//8.0.0 - 11/05/2025 - New serialized parameters to support Antibody decay after inactivity
157164

158165
#define SER_POP_MAJOR_VERSION 8
159166
#define SER_POP_MINOR_VERSION 0

0 commit comments

Comments
 (0)