diff --git a/Changes.md b/Changes.md index fce172ff5f..a7e58235ec 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ -1.4.15.x (relative to 1.4.15.3) +1.4.15.x (relative to 1.4.15.4) +======== + + + +1.4.15.4 (relative to 1.4.15.3) ======== Fixes diff --git a/SConstruct b/SConstruct index 7fc71aab86..1e9d68ebbd 100644 --- a/SConstruct +++ b/SConstruct @@ -64,7 +64,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 = 15 # new backwards-compatible features -gafferPatchVersion = 3 # bug fixes +gafferPatchVersion = 4 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc. # All of the following must be considered when determining