We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74e283 commit d277178Copy full SHA for d277178
Changes.md
@@ -1,6 +1,11 @@
1
-1.4.x.x (relative to 1.4.9.0)
+1.4.x.x (relative to 1.4.10.0)
2
=======
3
4
+
5
6
+1.4.10.0 (relative to 1.4.9.0)
7
+========
8
9
Improvements
10
------------
11
SConstruct
@@ -63,7 +63,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
63
64
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
65
gafferMajorVersion = 4 # backwards-incompatible changes
66
-gafferMinorVersion = 9 # new backwards-compatible features
+gafferMinorVersion = 10 # new backwards-compatible features
67
gafferPatchVersion = 0 # bug fixes
68
gafferVersionSuffix = "" # used for alpha/beta releases : "a1", "b2", etc.
69
0 commit comments