summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/debian/changelog22
-rw-r--r--os/rpm/openttd.spec2
-rw-r--r--os/windows/installer/install.nsi4
3 files changed, 23 insertions, 5 deletions
diff --git a/os/debian/changelog b/os/debian/changelog
index b75b7f93b..611bdcf53 100644
--- a/os/debian/changelog
+++ b/os/debian/changelog
@@ -1,9 +1,27 @@
-openttd (0.8~svn-1) UNRELEASED; urgency=low
+openttd (1.0~svn-1) UNRELEASED; urgency=low
* Unreleased SVN version. Versioned to allow normal upgrades to released
versions.
- -- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Sep 2008 18:56:04 +0200
+ -- Matthijs Kooijman <matthijs@stdin.nl> Thu, 24 Dec 2009 01:02:03 +0100
+
+openttd (1.0~beta1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Thu, 24 Dec 2009 01:01:01 +0100
+
+openttd (0.7.5) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Wed, 23 Dec 2009 20:52:34 +0100
+
+openttd (0.7.5~RC1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matthijs Kooijman <matthijs@stdin.nl> Mon, 14 Dec 2009 19:28:37 +0100
openttd (0.7.4) unstable; urgency=low
diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec
index 6628e8ae5..997d81289 100644
--- a/os/rpm/openttd.spec
+++ b/os/rpm/openttd.spec
@@ -13,7 +13,7 @@
#-------------------------------------------------------------------------------
Name: openttd
-Version: 0.7.4
+Version: 1.0.0
Release: 1%{?dist}
Group: Amusements/Games
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 ""