Skip to content

Commit 909a8e1

Browse files
committed
Updated build version (3.4.4.2)
1 parent baaf026 commit 909a8e1

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

Changes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
REVISION HISTORY
22
================
3+
VERSION 3.4.4 - Patch 2, October 2019
4+
5+
Removed unused non-free code from libcda library source.
6+
7+
38
VERSION 3.4.4 - Patch 1, September 2019
49

510
Engine:

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.4.1"
4+
#define ACI_VERSION_STR "3.4.4.2"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,4,4,1
6+
#define ACI_VERSION_MSRC_DEF 3,4,4,2
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.4.1" name="AGSEditor"/>
3+
<assemblyIdentity version="3.4.4.2" 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 = "September 2019";
25+
public const string AGS_EDITOR_DATE = "October 2019";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.4";
27-
public const string AGS_EDITOR_VERSION = "3.4.4.1";
27+
public const string AGS_EDITOR_VERSION = "3.4.4.2";
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.4.1",
2+
"version": "3.4.4.2",
33
"versionFriendly": "3.4.4",
44
"versionSp": "",
55
"appID": "eba68746-8614-4429-b6a9-e157d1a8df86"

0 commit comments

Comments
 (0)