Skip to content

Commit c192d88

Browse files
committed
Bump version to 1.5.16.1
1 parent 656bc97 commit c192d88

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.5.x.x (relative to 1.5.16.0)
1+
1.5.x.x (relative to 1.5.16.1)
22
=======
33

4+
5+
6+
1.5.16.1 (relative to 1.5.16.0)
7+
========
8+
49
Fixes
510
-----
611

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if codecs.lookup( locale.getpreferredencoding() ).name != "utf-8" :
6565
gafferMilestoneVersion = 1 # for announcing major milestones - may contain all of the below
6666
gafferMajorVersion = 5 # backwards-incompatible changes
6767
gafferMinorVersion = 16 # new backwards-compatible features
68-
gafferPatchVersion = 0 # bug fixes
68+
gafferPatchVersion = 1 # 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)