File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments