diff options
author | rubidium <rubidium@openttd.org> | 2010-02-17 15:31:46 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-02-17 15:31:46 +0000 |
commit | 9f27959fcd7fff0b89a737a7ec37e425d3f04d37 (patch) | |
tree | 1c205b56c7971ae3029054ca9724c6d2e1d58b00 /os/windows | |
parent | a6112670d00ee4e19bda565cf943166872051867 (diff) | |
download | openttd-9f27959fcd7fff0b89a737a7ec37e425d3f04d37.tar.xz |
(svn r19150) -Fix (r19143): some more locations could use updating
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
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 |