File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
New features:
5
5
6
+ Bug fixes:
7
+
8
+ Other:
9
+
10
+ 2.1.1
11
+ =====
12
+
13
+ New features:
14
+
6
15
* Add Turkish translations
7
16
8
17
Bug fixes:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ endif()
25
25
# Global game version
26
26
set (VERSION_MAJOR 2 )
27
27
set (VERSION_MINOR 1 )
28
- set (VERSION_PATCH 0 )
28
+ set (VERSION_PATCH 1 )
29
29
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
30
30
31
31
# Some common CPack variables
Original file line number Diff line number Diff line change 10
10
!define DESCRIPTION " A traditional top-down racing game."
11
11
!define VERSIONMAJOR 2
12
12
!define VERSIONMINOR 1
13
- !define VERSIONBUILD 0
13
+ !define VERSIONBUILD 1
14
14
!define HELPURL " http://juzzlin.github.io/DustRacing2D/"
15
15
!define UPDATEURL " https://github.com/juzzlin/DustRacing2D/releases"
16
16
!define ABOUTURL " http://juzzlin.github.io/DustRacing2D/"
Original file line number Diff line number Diff line change 2
2
3
3
# Builds NSIS installer for Windows in Docker
4
4
5
- DUSTRAC_RELEASE_VERSION=2.1.0
5
+ DUSTRAC_RELEASE_VERSION=2.1.1
6
6
7
7
CMD=" export LANG=en_US.UTF-8 && \
8
8
export LC_ALL=en_US.UTF-8 && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TEMPLATE = app
4
4
TARGET = dustrac-editor
5
5
6
6
CONFIG += c++14
7
- DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.1.0 \\\"
7
+ DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.1.1 \\\"
8
8
9
9
# Qt version check
10
10
contains (QT_VERSION, ^5\\..* ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ TEMPLATE = app
4
4
TARGET = dustrac-game
5
5
6
6
CONFIG += c++14
7
- DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.1.0 \\\"
7
+ DEFINES += DATA_PATH =\ \\"./data\\\" VERSION=\\\"2.1.1 \\\"
8
8
QMAKE_CXXFLAGS += -O3 -fomit-frame-pointer -finline-functions -ffast-math
9
9
10
10
# Qt version check
You can’t perform that action at this time.
0 commit comments