Skip to content

Commit 93f00ce

Browse files
committed
Updated build version (3.4.3.1)
1 parent c5acda1 commit 93f00ce

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

Changes.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
REVISION HISTORY
22
================
3+
VERSION 3.4.3 - Patch 1, February 2019
4+
5+
Engine:
6+
- Fixed serious mistake that would cause crashes in plugins which export their own
7+
managed types for game script.
8+
9+
Linux:
10+
- Fixed compilation against recent Allegro 4.4.3 release.
11+
- Updated prebuilt binaries to be compatible with Debian 8 (jessie) and higher.
12+
13+
314
VERSION 3.4.3, February 2019
415

516
Common features:

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.3.0"
4+
#define ACI_VERSION_STR "3.4.3.1"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,4,3,0
6+
#define ACI_VERSION_MSRC_DEF 3,4,3,1
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.3.0" name="AGSEditor"/>
3+
<assemblyIdentity version="3.4.3.1" 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Version
2424
public static readonly bool IS_BETA_VERSION = false;
2525
public const string AGS_EDITOR_DATE = "February 2019";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.3";
27-
public const string AGS_EDITOR_VERSION = "3.4.3.0";
27+
public const string AGS_EDITOR_VERSION = "3.4.3.1";
2828
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2019 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.3.0",
2+
"version": "3.4.3.1",
33
"versionFriendly": "3.4.3",
44
"versionSp": "",
55
"appID": "eba68746-8614-4429-b6a9-e157d1a8df86"

0 commit comments

Comments
 (0)