Skip to content

Commit

Permalink
Updated build version (3.3.5.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Jun 11, 2016
1 parent 41d116a commit a00aed8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Changes.txt
@@ -1,5 +1,15 @@
REVISION HISTORY
================
VERSION 3.3.5 - Patch 3, June 2016

Engine:
- Fixed "datafile" config option was ignored.
- Fixed "datadir" config option was never used when searching for possible game location
(this was broken for several years!).
- Fixed Game.FileName property return empty string.
- Fixed built-in console making Direct3D9 graphics driver crash in 16-bit games.


VERSION 3.3.5 - Patch 2, June 2016

Engine:
Expand Down
4 changes: 2 additions & 2 deletions 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.6"
#define ACI_VERSION_STR "3.3.5.7"
#if defined (RC_INVOKED) // for MSVC resource compiler
#define ACI_VERSION_MSRC_DEF 3,3,5,6
#define ACI_VERSION_MSRC_DEF 3,3,5,7
#endif

#ifdef NO_MP3_PLAYER
Expand Down
2 changes: 1 addition & 1 deletion Editor/AGS.Types/Properties/AssemblyInfo.cs
Expand Up @@ -24,7 +24,7 @@ public class Version
public static readonly bool IS_BETA_VERSION = false;
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.6";
public const string AGS_EDITOR_VERSION = "3.3.5.7";
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2016 others.";
}
}
2 changes: 1 addition & 1 deletion version.json
@@ -1,5 +1,5 @@
{
"version": "3.3.5.6",
"version": "3.3.5.7",
"versionFriendly": "3.3.5",
"appID": "f535517a-6c99-4d36-b23c-ca42d59e48d6"
}

0 comments on commit a00aed8

Please sign in to comment.