From 9f27959fcd7fff0b89a737a7ec37e425d3f04d37 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 17 Feb 2010 15:31:46 +0000 Subject: (svn r19150) -Fix (r19143): some more locations could use updating --- os/debian/changelog | 2 +- os/os2/installer/make_installer.cmd | 2 +- os/rpm/openttd.spec | 2 +- os/windows/installer/install.nsi | 6 +++--- src/ai/api/ai_changelog.hpp | 4 ++++ src/ai/api/ai_info_docs.hpp | 1 + 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/os/debian/changelog b/os/debian/changelog index 1835cbd5b..a213f0c47 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -1,4 +1,4 @@ -openttd (1.0~svn-1) UNRELEASED; urgency=low +openttd (1.1~svn-1) UNRELEASED; urgency=low * Unreleased SVN version. Versioned to allow normal upgrades to released versions. diff --git a/os/os2/installer/make_installer.cmd b/os/os2/installer/make_installer.cmd index 82877395d..cd27031df 100644 --- a/os/os2/installer/make_installer.cmd +++ b/os/os2/installer/make_installer.cmd @@ -1,6 +1,6 @@ @echo off -set OPENTTD_VERSION=1.0.0-beta4 +set OPENTTD_VERSION=1.1.0-alpha set OPENSFX_VERSION=0.8.0 set NOSOUND_VERSION=0.8.0 set OPENGFX_VERSION=0.7.0 diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 0f381e17d..a47285927 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -13,7 +13,7 @@ #------------------------------------------------------------------------------- Name: openttd -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Group: Amusements/Games diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 64c2d2c78..9d23d5446 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 0 +!define APPV_MINOR 1 !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 diff --git a/src/ai/api/ai_changelog.hpp b/src/ai/api/ai_changelog.hpp index 813ca1669..952ac7540 100644 --- a/src/ai/api/ai_changelog.hpp +++ b/src/ai/api/ai_changelog.hpp @@ -14,6 +14,10 @@ * functions may still be available if you return an older API version * in GetAPIVersion() in info.nut. * + * \b 1.1.0 + * + * 1.0.0 is not yet released. The following changes are not set in stone yet. + * * \b 1.0.0 * * 1.0.0 is not yet released. The following changes are not set in stone yet. diff --git a/src/ai/api/ai_info_docs.hpp b/src/ai/api/ai_info_docs.hpp index c6b43568f..50b91fd2e 100644 --- a/src/ai/api/ai_info_docs.hpp +++ b/src/ai/api/ai_info_docs.hpp @@ -149,6 +149,7 @@ public: * Valid return values are: * - "0.7" * - "1.0" + * - "1.1" * * @return The version this AI is compatible with. * @note This function is optional. -- cgit v1.2.3-54-g00ecf