We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ace91 commit 0e47c33Copy full SHA for 0e47c33
CMakeLists.txt
@@ -21,7 +21,7 @@ endif()
21
# Global game version
22
set(VERSION_MAJOR "2")
23
set(VERSION_MINOR "0")
24
-set(VERSION_PATCH "1")
+set(VERSION_PATCH "2")
25
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
26
27
# Some common CPack variables
packaging/windows/dustrac.nsi
@@ -10,7 +10,7 @@
10
!define DESCRIPTION "A traditional top-down racing game."
11
!define VERSIONMAJOR 2
12
!define VERSIONMINOR 0
13
-!define VERSIONBUILD 1
+!define VERSIONBUILD 2
14
!define HELPURL "http://juzzlin.github.io/DustRacing2D/"
15
!define UPDATEURL "https://github.com/juzzlin/DustRacing2D/releases"
16
!define ABOUTURL "http://juzzlin.github.io/DustRacing2D/"
0 commit comments