diff --git a/Changes.md b/Changes.md index 2016eb3ae88..4fcbbc621bc 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.4.x.x (relative to 1.4.1.0) +1.4.x.x (relative to 1.4.2.0) +======= + + + +1.4.2.0 (relative to 1.4.1.0) ======= Features diff --git a/SConstruct b/SConstruct index a3ca3ca704f..a3ff0c205d8 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 = 4 # backwards-incompatible changes -gafferMinorVersion = 1 # new backwards-compatible features +gafferMinorVersion = 2 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.