diff options
author | rubidium <rubidium@openttd.org> | 2011-02-14 20:20:57 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-02-14 20:20:57 +0000 |
commit | 22afd8396407ce1d8e738833a60f180b526a8550 (patch) | |
tree | 93b502b1ae72cfb272233347d86081a7a30ca005 /os/windows | |
parent | 1b2ef664162a4b9e684c8847e80db4269e97beec (diff) | |
download | openttd-22afd8396407ce1d8e738833a60f180b526a8550.tar.xz |
(svn r22083) -Change: trunk is heading towards 1.2 now
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 bb76d998c..071fd1cd7 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 1 +!define APPV_MINOR 2 !define APPV_MAINT 0 -!define APPV_BUILD 4 -!define APPV_EXTRA "-beta5" +!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 |