diff options
author | rubidium <rubidium@openttd.org> | 2013-12-24 05:13:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-12-24 05:13:47 +0000 |
commit | 793c455e8ae4923e6ede3bbdf3be2a91d1c9ec9c (patch) | |
tree | bb1b04dc0dcb129c16a083a3ceaf5b85ee0dedab /os/windows | |
parent | 1154aecad691e9230f2d7e6f4420034d182f50f1 (diff) | |
download | openttd-793c455e8ae4923e6ede3bbdf3be2a91d1c9ec9c.tar.xz |
(svn r26177) -Update: documentation
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 cdde70a63..1e429cf41 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 3 +!define APPV_MINOR 4 !define APPV_MAINT 0 -!define APPV_BUILD 5 -!define APPV_EXTRA "" +!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 |