Skip to content

Commit 0445c98

Browse files
committed
Updated build version (3.4.1.15)
1 parent 66e07e8 commit 0445c98

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

Changes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
REVISION HISTORY
22
================
3+
VERSION 3.4.1 - Patch 4, September 2018
4+
5+
Engine:
6+
- Fixed dynamic array of Dynamic Sprites or Overlays could loose some of its elements
7+
after restoring a savedgame.
8+
- Fixed Debug(2) and Debug(5) commands (regression).
9+
- Fixed "warnings.log" was never created (regression).
10+
11+
312
VERSION 3.4.1 - Patch 3, July 2018
413

514
Editor:

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.1.14"
4+
#define ACI_VERSION_STR "3.4.1.15"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,4,1,14
6+
#define ACI_VERSION_MSRC_DEF 3,4,1,15
77
#endif
88

99
#ifdef NO_MP3_PLAYER

Editor/AGS.Editor/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="3.4.1.14" name="AGSEditor"/>
3+
<assemblyIdentity version="3.4.1.15" name="AGSEditor"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

Editor/AGS.Types/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ namespace AGS.Types
2222
public class Version
2323
{
2424
public static readonly bool IS_BETA_VERSION = false;
25-
public const string AGS_EDITOR_DATE = "July 2018";
25+
public const string AGS_EDITOR_DATE = "September 2018";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.1";
27-
public const string AGS_EDITOR_VERSION = "3.4.1.14";
27+
public const string AGS_EDITOR_VERSION = "3.4.1.15";
2828
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2018 others.";
2929
}
3030
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.4.1.14",
2+
"version": "3.4.1.15",
33
"versionFriendly": "3.4.1",
44
"versionSp": "",
55
"appID": "80db0980-33f3-49e1-ad8a-7d27068cdd1d"

0 commit comments

Comments
 (0)