summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-07-29 16:28:54 +0000
committerfrosch <frosch@openttd.org>2012-07-29 16:28:54 +0000
commit77b5e7254118049bb5d7332b67a151f402ec31c9 (patch)
treea7d89a6494841d79f8ce9bacb0740c16620b6a08 /src
parent0c904336c922892b8b8161502d9c5e844559b99c (diff)
downloadopenttd-77b5e7254118049bb5d7332b67a151f402ec31c9.tar.xz
(svn r24441) -Update: Version number to 1.3 in some more files.
Diffstat (limited to 'src')
-rw-r--r--src/os/windows/ottdres.rc.in4
-rw-r--r--src/script/api/script_info_docs.hpp1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in
index b212e6105..10c9531e0 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 dd7673294..14c442248 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.
*/