From 9f27959fcd7fff0b89a737a7ec37e425d3f04d37 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 17 Feb 2010 15:31:46 +0000 Subject: (svn r19150) -Fix (r19143): some more locations could use updating --- os/windows/installer/install.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/windows/installer/install.nsi') diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 64c2d2c78..9d23d5446 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,9 +1,9 @@ # Version numbers to update !define APPV_MAJOR 1 -!define APPV_MINOR 0 +!define APPV_MINOR 1 !define APPV_MAINT 0 -!define APPV_BUILD 3 -!define APPV_EXTRA "-beta4" +!define APPV_BUILD 0 +!define APPV_EXTRA "-alpha" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version -- cgit v1.2.3-54-g00ecf