Skip to content

Commit 035b311

Browse files
committed
Updating version for release.
1 parent 1bd1550 commit 035b311

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

utils/version_info.tmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,16 @@
9797
// Added unique names for InsecticideWaningEffect in schema
9898
// 2.26 - 07/21/2025 - Malaria: Added MaternalDeposition logic to vector genetics.
9999
// 2.27 - 08/25/2025 - Malaria: Serialization_Mask_Node_Write/Write re-enabled for larval habitat updates. Small changes to logging.
100+
// 2.28 - 10/09/2025 - Added logging parameters to the schema
101+
// Malaria: Added invidividual's demographics-based risk to the InputEIR and Malaria_Challenge interventions.
102+
// Removed "Age_Dependence" parameter from InputEIR intervention, Age_Dependent_Biting_Risk_Type parameter
103+
// from config will be used going forward to indicate whether age-dependent biting will be used
104+
// Fixed MalariaSummaryReport bug where HRP2 channels were not being reported correctly.
105+
100106

101107

102108
#define MAJOR_VERSION 2
103-
#define MINOR_VERSION 27
109+
#define MINOR_VERSION 28
104110
#ifndef REVISION_NUMBER
105111
#define REVISION_NUMBER $REVISION$
106112
#endif

0 commit comments

Comments
 (0)