diff options
author | rubidium <rubidium@openttd.org> | 2012-02-19 19:14:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-02-19 19:14:17 +0000 |
commit | a5cb454e94a61a180469e6e9bd2b10e71bb519fb (patch) | |
tree | 0d7da43d5965ae09243d0baa16a1c0647bdea427 /os/windows | |
parent | 1c4827cc713b801a39cbd06848424167afedeb95 (diff) | |
download | openttd-a5cb454e94a61a180469e6e9bd2b10e71bb519fb.tar.xz |
(svn r23969) -Codechange: trunk heads to 1.3 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 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 |