diff options
author | frosch <frosch@openttd.org> | 2014-03-17 20:16:05 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2014-03-17 20:16:05 +0000 |
commit | 8ff9499fe2095d17856e8eac3e698d2af96e17d8 (patch) | |
tree | 18147b1bf424da8bc1f4a5675e8b0eec7f78a4e9 /os/windows | |
parent | fa0fdd45c6eb97aba4753135d44c5e903e848d53 (diff) | |
download | openttd-8ff9499fe2095d17856e8eac3e698d2af96e17d8.tar.xz |
(svn r26409) -Update: Version number in some more places.
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 e08a0ca83..cca07eade 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 4 +!define APPV_MINOR 5 !define APPV_MAINT 0 -!define APPV_BUILD 4 -!define APPV_EXTRA "-beta5" +!define APPV_BUILD 0 +!define APPV_EXTRA "-beta1" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |