From 0e47c336708e49210d7ff0c6088e588f2b18747e Mon Sep 17 00:00:00 2001 From: Jussi Lind Date: Sun, 16 Jun 2019 20:08:10 +0300 Subject: [PATCH] 2.0.2 --- CMakeLists.txt | 2 +- packaging/windows/dustrac.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d650815e..86ce3023 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/packaging/windows/dustrac.nsi b/packaging/windows/dustrac.nsi index 8b50b3a7..7ed0937c 100644 --- a/packaging/windows/dustrac.nsi +++ b/packaging/windows/dustrac.nsi @@ -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/"