Changeset - r19516:b5ace60325a5
[Not reviewed]
master
0 3 0
frosch - 12 years ago 2012-07-29 16:28:54
frosch@openttd.org
(svn r24441) -Update: Version number to 1.3 in some more files.
3 files changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
os/rpm/openttd.spec
Show inline comments
 
@@ -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
src/os/windows/ottdres.rc.in
Show inline comments
 
@@ -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
src/script/api/script_info_docs.hpp
Show inline comments
 
@@ -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.
 
	 */
0 comments (0 inline, 0 general)