diff --git a/Changes b/Changes index ce4539c8b4..34d6f9b652 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ -10.4.x.x (relative to 10.4.10.2) -======== +10.4.10.3 (relative to 10.4.10.2) +========= Fixes ----- diff --git a/SConstruct b/SConstruct index 97454e7c0d..be4e88fa43 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 = 10 # new backwards-compatible features -ieCorePatchVersion = 2 # bug fixes +ieCorePatchVersion = 3 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################