Skip to content

Commit 0e47c33

Browse files
committed
2.0.2
1 parent c9ace91 commit 0e47c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121
# Global game version
2222
set(VERSION_MAJOR "2")
2323
set(VERSION_MINOR "0")
24-
set(VERSION_PATCH "1")
24+
set(VERSION_PATCH "2")
2525
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2626

2727
# Some common CPack variables

packaging/windows/dustrac.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
!define DESCRIPTION "A traditional top-down racing game."
1111
!define VERSIONMAJOR 2
1212
!define VERSIONMINOR 0
13-
!define VERSIONBUILD 1
13+
!define VERSIONBUILD 2
1414
!define HELPURL "http://juzzlin.github.io/DustRacing2D/"
1515
!define UPDATEURL "https://github.com/juzzlin/DustRacing2D/releases"
1616
!define ABOUTURL "http://juzzlin.github.io/DustRacing2D/"

0 commit comments

Comments
 (0)