diff options
author | frosch <frosch@openttd.org> | 2012-12-24 19:20:20 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-12-24 19:20:20 +0000 |
commit | 75a0cba171d3ea09a386eb1401ff556e862b1e88 (patch) | |
tree | 4f3aefb10bbe03bfe67d5f4ea92f7a43aec4fa45 /os/windows | |
parent | e1807eff3df93893e17dee30e464ca7575eb6869 (diff) | |
download | openttd-75a0cba171d3ea09a386eb1401ff556e862b1e88.tar.xz |
(svn r24850) -Update: Status report to santa.
Diffstat (limited to 'os/windows')
-rw-r--r-- | os/windows/installer/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 3eae10e2a..6fef11d2e 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -3,7 +3,7 @@ !define APPV_MINOR 3 !define APPV_MAINT 0 !define APPV_BUILD 0 -!define APPV_EXTRA "-alpha" +!define APPV_EXTRA "-beta1" !define APPNAME "OpenTTD" ; Define application name !define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version |