Skip to content

Commit b8f3ac5

Browse files
committed
increment cli and gui version numbers
The most serious 0.9.0 bugs have now been fixed.
1 parent 122ab0d commit b8f3ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/cli/cli.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DESTDIR = $$PWD
44
include(../lib/lib.pri)
55
include(../lib/libexport.pri)
66

7-
CUTECHESS_CLI_VERSION = 0.8.3
7+
CUTECHESS_CLI_VERSION = 0.8.4
88

99
macx-xcode {
1010
DEFINES += CUTECHESS_CLI_VERSION=\"$$CUTECHESS_CLI_VERSION\"

projects/gui/gui.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DESTDIR = $$PWD
99
include(../lib/lib.pri)
1010
include(../lib/libexport.pri)
1111

12-
CUTECHESS_VERSION = 0.9.0
12+
CUTECHESS_VERSION = 0.9.1
1313

1414
macx-xcode {
1515
DEFINES += CUTECHESS_VERSION=\"$$CUTECHESS_VERSION\"

0 commit comments

Comments
 (0)