diff options
author | rubidium <rubidium@openttd.org> | 2011-12-24 08:56:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-24 08:56:18 +0000 |
commit | 2bbbff64e4b0c2185168a7f1ad4c7bce669e1b1a (patch) | |
tree | c450808e62ffc7fa68d37114fb02479bddb35228 /os/windows | |
parent | 7702151a62e739b07805c738901bce9fef660fb2 (diff) | |
download | openttd-2bbbff64e4b0c2185168a7f1ad4c7bce669e1b1a.tar.xz |
(svn r23666) -Document: the usual pre-Christmas documentation spree
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |