We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391643 commit 2f452a9Copy full SHA for 2f452a9
Changes.md
@@ -1,4 +1,9 @@
1
-1.6.x.x (relative to 1.6.7.0)
+1.6.x.x (relative to 1.6.8.0)
2
+=======
3
+
4
5
6
+1.6.8.0 (relative to 1.6.7.0)
7
=======
8
9
Improvements
SConstruct
@@ -64,7 +64,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
64
65
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
66
gafferMajorVersion = 6 # backwards-incompatible changes
67
-gafferMinorVersion = 7 # new backwards-compatible features
+gafferMinorVersion = 8 # new backwards-compatible features
68
gafferPatchVersion = 0 # bug fixes
69
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.
70
0 commit comments