Skip to content

Commit

Permalink
Updated build version (3.4.1.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Dec 23, 2017
1 parent 19fff83 commit 2840486
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Common/core/def_version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef __AGS_CN_CORE__DEFVERSION_H
#define __AGS_CN_CORE__DEFVERSION_H

#define ACI_VERSION_STR "3.4.1.10"
#define ACI_VERSION_STR "3.4.1.11"
#if defined (RC_INVOKED) // for MSVC resource compiler
#define ACI_VERSION_MSRC_DEF 3,4,1,10
#define ACI_VERSION_MSRC_DEF 3,4,1,11
#endif

#ifdef NO_MP3_PLAYER
Expand Down
2 changes: 1 addition & 1 deletion Editor/AGS.Editor/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="3.4.1.10" name="AGSEditor"/>
<assemblyIdentity version="3.4.1.11" name="AGSEditor"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
2 changes: 1 addition & 1 deletion Editor/AGS.Types/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Version
public static readonly bool IS_BETA_VERSION = false;
public const string AGS_EDITOR_DATE = "December 2017";
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.1";
public const string AGS_EDITOR_VERSION = "3.4.1.10";
public const string AGS_EDITOR_VERSION = "3.4.1.11";
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2017 others.";
}
}
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "3.4.1.10",
"version": "3.4.1.11",
"versionFriendly": "3.4.1",
"versionSp": "rc-3",
"versionSp": "",
"appID": "80db0980-33f3-49e1-ad8a-7d27068cdd1d"
}

0 comments on commit 2840486

Please sign in to comment.