File tree Expand file tree Collapse file tree 7 files changed +33
-4
lines changed Expand file tree Collapse file tree 7 files changed +33
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.1
2
+ -----
3
+
4
+ * Editor: use qSetGlobalQHashSeed with Qt 5.6+
5
+ * Properly check for empty version in mxeWindowsBuild.sh
6
+
1
7
2.0.0
2
8
-----
3
9
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ endif()
14
14
# Global game version
15
15
set (VERSION_MAJOR "2" )
16
16
set (VERSION_MINOR "0" )
17
- set (VERSION_PATCH "0 " )
17
+ set (VERSION_PATCH "1 " )
18
18
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
19
19
20
20
option (ReleaseBuild "This should be used when creating DEB and RPM packages." OFF )
Original file line number Diff line number Diff line change
1
+ 2.0.1
2
+ =====
3
+
4
+ A bug fix release to fix build on Qt 5.6+
5
+
6
+ Bug fixes:
7
+
8
+ * Editor: use qSetGlobalQHashSeed with Qt 5.6+
9
+
10
+ qt_qhash_seed is no more exported in recent Qt 5.9.x versions, so use
11
+ the public functions for it available since Qt 5.6.
12
+
13
+ Other:
14
+
15
+ * Properly check for empty version in mxeWindowsBuild.sh
16
+
1
17
2.0.0
2
18
=====
3
19
Original file line number Diff line number Diff line change
1
+ dustrac (2.0.1-1) xenial; urgency=medium
2
+
3
+ * Editor: use qSetGlobalQHashSeed with Qt 5.6+
4
+ * Properly check for empty version in mxeWindowsBuild.sh
5
+
6
+ -- Jussi Lind <
[email protected] > Sat, 30 Dec 2017 15:08:11 +0200
7
+
1
8
dustrac (2.0.0-1) xenial; urgency=medium
2
9
3
10
* CMake: Set C++ standard with set_property()
Original file line number Diff line number Diff line change 7
7
!define DESCRIPTION " A traditional top-down racing game."
8
8
!define VERSIONMAJOR 2
9
9
!define VERSIONMINOR 0
10
- !define VERSIONBUILD 0
10
+ !define VERSIONBUILD 1
11
11
!define HELPURL " http://juzzlin.github.io/DustRacing2D/"
12
12
!define UPDATEURL " https://github.com/juzzlin/DustRacing2D/releases"
13
13
!define ABOUTURL " http://juzzlin.github.io/DustRacing2D/"
Original file line number Diff line number Diff line change 3
3
TEMPLATE = app
4
4
TARGET = dustrac-editor
5
5
6
- DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.0.0 \\\"
6
+ DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.0.1 \\\"
7
7
QMAKE_CXXFLAGS += -std =gnu ++11
8
8
9
9
# Qt version check
Original file line number Diff line number Diff line change 3
3
TEMPLATE = app
4
4
TARGET = dustrac-game
5
5
6
- DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.0.0 \\\"
6
+ DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.0.1 \\\"
7
7
QMAKE_CXXFLAGS += -O3 -std =gnu ++11 -fomit-frame-pointer -finline-functions -ffast-math
8
8
9
9
# Qt version check
You can’t perform that action at this time.
0 commit comments