From 97063010d78ba7cf73af83fce56ef404fab4e095 Mon Sep 17 00:00:00 2001 From: Lastorder Date: Sat, 21 Jan 2017 10:51:35 +0900 Subject: [PATCH] Update installer version to 0.0.6 Installer version was still 0.0.5. #5095 --- distribution/windows/install.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 92a919333f..ac27d1173c 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -1,7 +1,7 @@ # Version numbers to update !define /ifndef APPV_MAJOR 0 !define /ifndef APPV_MINOR 0 -!define /ifndef APPV_MAINT 5 +!define /ifndef APPV_MAINT 6 !define /ifndef APPV_BUILD 0 !define APPNAME "OpenRCT2"