From 793c455e8ae4923e6ede3bbdf3be2a91d1c9ec9c Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 24 Dec 2013 05:13:47 +0000 Subject: (svn r26177) -Update: documentation --- 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 cdde70a63..1e429cf41 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 3 +!define APPV_MINOR 4 !define APPV_MAINT 0 -!define APPV_BUILD 5 -!define APPV_EXTRA "" +!define APPV_BUILD 0 +!define APPV_EXTRA "-beta1" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version -- cgit v1.2.3-70-g09d2