diff --git a/Changes b/Changes index 21295522f5..18098ede79 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.9.3) +10.5.x.x (relative to 10.5.9.4) +======== + + + +10.5.9.4 (relative to 10.5.9.3) ======== Fixes diff --git a/SConstruct b/SConstruct index babba24527..09b4394032 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes ieCoreMinorVersion = 9 # new backwards-compatible features -ieCorePatchVersion = 3 # bug fixes +ieCorePatchVersion = 4 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################