diff --git a/Changes b/Changes index bc2454559b..a8b6af1948 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.9.4) +10.5.x.x (relative to 10.5.9.5) +======== + + + +10.5.9.5 (relative to 10.5.9.4) ======== Fixes diff --git a/SConstruct b/SConstruct index 09b4394032..5c372eb8a8 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 = 4 # bug fixes +ieCorePatchVersion = 5 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################