diff --git a/Changes b/Changes index 514ce63e5b..13ab4e6a73 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ -10.4.x.x (relative to 10.4.9.0) +10.4.x.x (relative to 10.4.9.1) +======== + + +10.4.9.1 (relative to 10.4.9.0) ======== Fixes diff --git a/SConstruct b/SConstruct index d5bea7d071..e9660d53d4 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 4 # backwards-incompatible changes ieCoreMinorVersion = 9 # new backwards-compatible features -ieCorePatchVersion = 0 # bug fixes +ieCorePatchVersion = 1 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################