From ff8b269dc92bfc368b7665e583afc89028f5b068 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 23 Dec 2010 22:40:01 +0000 Subject: (svn r21614) -Fix: the spelling of some of the documentation -Update: some of the documentation --- os/windows/installer/install.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows/installer') diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index cfd79034f..0686086e8 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -3,7 +3,7 @@ !define APPV_MINOR 1 !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