diff --git a/Changes.md b/Changes.md index 89e2afa5c5f..d2340ffc64c 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,8 @@ -1.2.10.x (relative to 1.2.10.2) +1.2.10.x (relative to 1.2.10.3) +======== + + +1.2.10.3 (relative to 1.2.10.2) ======== Fixes diff --git a/SConstruct b/SConstruct index bbdedca4c85..b55f8159ebb 100644 --- a/SConstruct +++ b/SConstruct @@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" : gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 2 # backwards-incompatible changes gafferMinorVersion = 10 # new backwards-compatible features -gafferPatchVersion = 2 # bug fixes +gafferPatchVersion = 3 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining