Skip to content

Commit

Permalink
Updated build version (3.3.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Jul 29, 2016
1 parent dae7473 commit 41f3836
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
REVISION HISTORY
================
VERSION 3.3.5 - Patch 5, July 2016

Engine:
- Fixed user's allegro.cfg was ignored.


VERSION 3.3.5 - Patch 4, July 2016

Compiler:
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.8"
#define ACI_VERSION_STR "3.3.5.9"
#if defined (RC_INVOKED) // for MSVC resource compiler
#define ACI_VERSION_MSRC_DEF 3,3,5,8
#define ACI_VERSION_MSRC_DEF 3,3,5,9
#endif

#ifdef NO_MP3_PLAYER
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 = "June 2016";
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.3.5";
public const string AGS_EDITOR_VERSION = "3.3.5.8";
public const string AGS_EDITOR_VERSION = "3.3.5.9";
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2016 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.3.5.8",
"version": "3.3.5.9",
"versionFriendly": "3.3.5",
"versionSp": "P4",
"versionSp": "P5",
"appID": "f535517a-6c99-4d36-b23c-ca42d59e48d6"
}

2 comments on commit 41f3836

@rofl0r

This comment was marked as abuse.

@rofl0r

This comment was marked as abuse.

Please sign in to comment.