Skip to content

Commit ef11bfc

Browse files
Bump version to 1.3.16.6
1 parent 427b8c8 commit ef11bfc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1.3.16.x (relative to 1.3.16.5)
1+
1.3.16.x (relative to 1.3.16.6)
2+
========
3+
4+
5+
6+
1.3.16.6 (relative to 1.3.16.5)
27
========
38

49
Fixes

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
6363
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
6464
gafferMajorVersion = 3 # backwards-incompatible changes
6565
gafferMinorVersion = 16 # new backwards-compatible features
66-
gafferPatchVersion = 5 # bug fixes
66+
gafferPatchVersion = 6 # bug fixes
6767
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.
6868

6969
# All of the following must be considered when determining

0 commit comments

Comments
 (0)