From 2bbbff64e4b0c2185168a7f1ad4c7bce669e1b1a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 24 Dec 2011 08:56:18 +0000 Subject: (svn r23666) -Document: the usual pre-Christmas documentation spree --- os/windows/installer/install.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows/installer/install.nsi') diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index f88ff8563..14fc89397 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -3,7 +3,7 @@ !define APPV_MINOR 2 !define APPV_MAINT 0 !define APPV_BUILD 0 -!define APPV_EXTRA "-alpha" +!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-54-g00ecf