diff --git a/Changes b/Changes index e5c4647ad2..cb0389ff8d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -10.5.x.x (relative to 10.5.6.1) +10.5.x.x (relative to 10.5.6.2) +======== + + + +10.5.6.2 (relative to 10.5.6.1) ======== Fixes diff --git a/SConstruct b/SConstruct index 80d93be2e9..5bbac87593 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 = 6 # new backwards-compatible features -ieCorePatchVersion = 1 # bug fixes +ieCorePatchVersion = 2 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################