Skip to content

Commit d277178

Browse files
committed
Bump version to 1.4.10.0
1 parent d74e283 commit d277178

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,6 +1,11 @@
1-
1.4.x.x (relative to 1.4.9.0)
1+
1.4.x.x (relative to 1.4.10.0)
22
=======
33

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

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

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

0 commit comments

Comments
 (0)