diff options
author | rubidium <rubidium@openttd.org> | 2009-12-23 23:09:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-23 23:09:47 +0000 |
commit | 60082980fd12b645150655a29c9b68e3aa0f92ef (patch) | |
tree | 0377bfd4ddc8f9bc13474df798cb08cac2760b85 /os/windows/installer | |
parent | 5aea707be06ce318065a7209251579f817d032c6 (diff) | |
download | openttd-60082980fd12b645150655a29c9b68e3aa0f92ef.tar.xz |
(svn r18622) -Merge: release changes
Diffstat (limited to 'os/windows/installer')
-rw-r--r-- | os/windows/installer/install.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 36ac5fd12..3e7210a6a 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -1,6 +1,6 @@ # Version numbers to update -!define APPV_MAJOR 0 -!define APPV_MINOR 8 +!define APPV_MAJOR 1 +!define APPV_MINOR 0 !define APPV_MAINT 0 !define APPV_BUILD 0 !define APPV_EXTRA "" |