Skip to content

Commit e40b119

Browse files
committed
Updated build version (3.4.0.10)
1 parent c02efb1 commit e40b119

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REVISION HISTORY
22
================
3-
VERSION 3.4.0, 2016
3+
VERSION 3.4.0, August 2016
44

55
Common features:
66
- Added support for building game for multiple platforms (Windows and Linux

Common/core/def_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef __AGS_CN_CORE__DEFVERSION_H
22
#define __AGS_CN_CORE__DEFVERSION_H
33

4-
#define ACI_VERSION_STR "3.4.0.9"
4+
#define ACI_VERSION_STR "3.4.0.10"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,4,0,9
6+
#define ACI_VERSION_MSRC_DEF 3,4,0,10
77
#endif
88

99
#ifdef NO_MP3_PLAYER

Editor/AGS.Types/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ namespace AGS.Types
2121
{
2222
public class Version
2323
{
24-
public static readonly bool IS_BETA_VERSION = true;
25-
public const string AGS_EDITOR_DATE = "June 2016";
24+
public static readonly bool IS_BETA_VERSION = false;
25+
public const string AGS_EDITOR_DATE = "August 2016";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.0";
27-
public const string AGS_EDITOR_VERSION = "3.4.0.9";
27+
public const string AGS_EDITOR_VERSION = "3.4.0.10";
2828
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2016 others.";
2929
}
3030
}

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "3.4.0.9",
2+
"version": "3.4.0.10",
33
"versionFriendly": "3.4.0",
4-
"versionSp": "",
4+
"versionSp": "RC1",
55
"appID": "c57ecb2e-4390-4154-b3b7-e9f5816f6edd"
66
}

0 commit comments

Comments
 (0)