summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-02-19 19:14:17 +0000
committerrubidium <rubidium@openttd.org>2012-02-19 19:14:17 +0000
commita5cb454e94a61a180469e6e9bd2b10e71bb519fb (patch)
tree0d7da43d5965ae09243d0baa16a1c0647bdea427 /os
parent1c4827cc713b801a39cbd06848424167afedeb95 (diff)
downloadopenttd-a5cb454e94a61a180469e6e9bd2b10e71bb519fb.tar.xz
(svn r23969) -Codechange: trunk heads to 1.3 now
Diffstat (limited to 'os')
-rw-r--r--os/os2/installer/make_installer.cmd2
-rw-r--r--os/windows/installer/install.nsi6
2 files changed, 4 insertions, 4 deletions
diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd
index 198f85927..c683a5395 100644
--- a/os/os2/installer/make_installer.cmd
+++ b/os/os2/installer/make_installer.cmd
@@ -1,6 +1,6 @@
@echo off
-set OPENTTD_VERSION=1.2.0-beta4
+set OPENTTD_VERSION=1.3.0-alpha
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=1.2.0
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index eda407ff7..d5a9ede86 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 2
+!define APPV_MINOR 3
!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