From 77b5e7254118049bb5d7332b67a151f402ec31c9 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 29 Jul 2012 16:28:54 +0000 Subject: [PATCH] (svn r24441) -Update: Version number to 1.3 in some more files. --- os/rpm/openttd.spec | 4 ++-- src/os/windows/ottdres.rc.in | 4 ++-- src/script/api/script_info_docs.hpp | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/os/rpm/openttd.spec b/os/rpm/openttd.spec index 43617ac9b5..a86b29b9b7 100644 --- a/os/rpm/openttd.spec +++ b/os/rpm/openttd.spec @@ -17,9 +17,9 @@ # Name: openttd -Version: 1.2.beta4 +Version: 1.3.alpha Release: 0 -%define srcver 1.2.0-beta4 +%define srcver 1.3.0-alpha Summary: An open source reimplementation of Chris Sawyer's Transport Tycoon Deluxe License: GPL-2.0 Group: Amusements/Games/Strategy/Other diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index b212e61054..10c9531e0a 100644 --- a/src/os/windows/ottdres.rc.in +++ b/src/os/windows/ottdres.rc.in @@ -79,8 +79,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,2,0,!!REVISION!! - PRODUCTVERSION 1,2,0,!!REVISION!! + FILEVERSION 1,3,0,!!REVISION!! + PRODUCTVERSION 1,3,0,!!REVISION!! FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/script/api/script_info_docs.hpp b/src/script/api/script_info_docs.hpp index dd7673294c..14c4422484 100644 --- a/src/script/api/script_info_docs.hpp +++ b/src/script/api/script_info_docs.hpp @@ -168,6 +168,7 @@ public: * - "1.0" (for AI only) * - "1.1" (for AI only) * - "1.2" (for both AI and GS) + * - "1.3" (for both AI and GS) * * @return The version this Script is compatible with. */