Skip to content

Commit

Permalink
Updated build version (3.3.5.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Jun 3, 2016
1 parent 92d10a3 commit 5081b86
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
REVISION HISTORY
================
VERSION 3.3.5 - Patch 2, June 2016

Engine:
- Fixed compilation on big-endian systems.
- Fixed compilation with GCC 6.


VERSION 3.3.5 - Patch 1, April 2016

Engine:
Expand Down
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.3.5.5"
#define ACI_VERSION_STR "3.3.5.6"
#if defined (RC_INVOKED) // for MSVC resource compiler
#define ACI_VERSION_MSRC_DEF 3,3,5,5
#define ACI_VERSION_MSRC_DEF 3,3,5,6
#endif

#ifdef NO_MP3_PLAYER
Expand Down
1 change: 1 addition & 0 deletions Copyright.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Benjamin Penney
Benoit Pierre
Bernhard Rosenkraenzer
Cristian Morales Vega
Ferdinand Thiessen
Francesco Ariis
Gilad Shaham
Ivan Mogilko
Expand Down
4 changes: 2 additions & 2 deletions Editor/AGS.Types/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ namespace AGS.Types
public class Version
{
public static readonly bool IS_BETA_VERSION = false;
public const string AGS_EDITOR_DATE = "April 2016";
public const string AGS_EDITOR_DATE = "June 2016";
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.3.5";
public const string AGS_EDITOR_VERSION = "3.3.5.5";
public const string AGS_EDITOR_VERSION = "3.3.5.6";
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2016 others.";
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.5.5",
"version": "3.3.5.6",
"versionFriendly": "3.3.5",
"appID": "f535517a-6c99-4d36-b23c-ca42d59e48d6"
}

0 comments on commit 5081b86

Please sign in to comment.