diff options
author | frosch <frosch@openttd.org> | 2015-03-17 20:33:44 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2015-03-17 20:33:44 +0000 |
commit | 6477356dd2c0c69176fab004da1385df8553ddc3 (patch) | |
tree | 568639ac5c251b34b60a7e6a2c020db61eff4698 /os/windows | |
parent | 59d41a89c452d5cab3714c5acf87926599a3e81c (diff) | |
download | openttd-6477356dd2c0c69176fab004da1385df8553ddc3.tar.xz |
(svn r27192) -Change: heading for 1.6 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 bc1e422fb..ebe9ed3dc 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 5 +!define APPV_MINOR 6 !define APPV_MAINT 0 -!define APPV_BUILD 1 -!define APPV_EXTRA "-beta2" +!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 |