Skip to content

Commit 7c5af10

Browse files
Bump version to 1.6.10.0
1 parent 3b6240a commit 7c5af10

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Changes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
1.6.x.x (relative to 1.6.9.1)
1+
1.6.x.x (relative to 1.6.10.0)
22
=======
33

4+
5+
6+
1.6.10.0 (relative to 1.6.9.1)
7+
========
8+
49
Improvements
510
------------
611

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
6464

6565
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
6666
gafferMajorVersion = 6 # backwards-incompatible changes
67-
gafferMinorVersion = 9 # new backwards-compatible features
68-
gafferPatchVersion = 1 # bug fixes
67+
gafferMinorVersion = 10 # new backwards-compatible features
68+
gafferPatchVersion = 0 # bug fixes
6969
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.
7070

7171
# All of the following must be considered when determining

0 commit comments

Comments
 (0)