diff --git a/Changes.md b/Changes.md index aca48ba633a..37d78e580eb 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ -1.3.x.x (relative to 1.3.12.0) +1.3.x.x (relative to 1.3.13.0) ======= + + +1.3.13.0 (relative to 1.3.12.0) +======== + Improvements ------------ diff --git a/SConstruct b/SConstruct index 0063c8f4621..e6b12e9ab3f 100644 --- a/SConstruct +++ b/SConstruct @@ -62,7 +62,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" : gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below gafferMajorVersion = 3 # backwards-incompatible changes -gafferMinorVersion = 12 # new backwards-compatible features +gafferMinorVersion = 13 # new backwards-compatible features gafferPatchVersion = 0 # bug fixes gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.