Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Jun 16, 2019
1 parent c9ace91 commit 0e47c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif()
# Global game version
set(VERSION_MAJOR "2")
set(VERSION_MINOR "0")
set(VERSION_PATCH "1")
set(VERSION_PATCH "2")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

# Some common CPack variables
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/dustrac.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!define DESCRIPTION "A traditional top-down racing game."
!define VERSIONMAJOR 2
!define VERSIONMINOR 0
!define VERSIONBUILD 1
!define VERSIONBUILD 2
!define HELPURL "http://juzzlin.github.io/DustRacing2D/"
!define UPDATEURL "https://github.com/juzzlin/DustRacing2D/releases"
!define ABOUTURL "http://juzzlin.github.io/DustRacing2D/"
Expand Down

0 comments on commit 0e47c33

Please sign in to comment.