diff --git a/Changes.txt b/Changes.txt index 67f5526acd5..e970b935567 100644 --- a/Changes.txt +++ b/Changes.txt @@ -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: diff --git a/Common/core/def_version.h b/Common/core/def_version.h index ed58b1af7fa..1fc3362716c 100644 --- a/Common/core/def_version.h +++ b/Common/core/def_version.h @@ -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 diff --git a/Copyright.txt b/Copyright.txt index f4137121b36..16fbf62a035 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -14,6 +14,7 @@ Benjamin Penney Benoit Pierre Bernhard Rosenkraenzer Cristian Morales Vega +Ferdinand Thiessen Francesco Ariis Gilad Shaham Ivan Mogilko diff --git a/Editor/AGS.Types/Properties/AssemblyInfo.cs b/Editor/AGS.Types/Properties/AssemblyInfo.cs index c4408bad44a..96d36cd8c2b 100644 --- a/Editor/AGS.Types/Properties/AssemblyInfo.cs +++ b/Editor/AGS.Types/Properties/AssemblyInfo.cs @@ -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."; } } diff --git a/version.json b/version.json index a532fcd9a05..a5fd44fdf01 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "3.3.5.5", + "version": "3.3.5.6", "versionFriendly": "3.3.5", "appID": "f535517a-6c99-4d36-b23c-ca42d59e48d6" }