Skip to content

Commit d76476c

Browse files
committed
Bump version to 1.6.14.1
1 parent a747d80 commit d76476c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
1.6.x.x (relative to 1.6.14.0)
1+
1.6.x.x (relative to 1.6.14.1)
22
=======
33

4+
1.6.14.1 (relative to 1.6.14.0)
5+
========
6+
47
Fixes
58
-----
69

SConstruct

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

7070
# All of the following must be considered when determining

0 commit comments

Comments
 (0)