Skip to content

Commit

Permalink
Updated build version (3.4.0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Jun 30, 2016
1 parent d0d0071 commit 235480e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.8"
#define ACI_VERSION_STR "3.4.0.9"
#if defined (RC_INVOKED) // for MSVC resource compiler
#define ACI_VERSION_MSRC_DEF 3,4,0,8
#define ACI_VERSION_MSRC_DEF 3,4,0,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 = true;
public const string AGS_EDITOR_DATE = "June 2016";
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.4.0";
public const string AGS_EDITOR_VERSION = "3.4.0.8";
public const string AGS_EDITOR_VERSION = "3.4.0.9";
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.4.0.8",
"version": "3.4.0.9",
"versionFriendly": "3.4.0",
"appID": "c57ecb2e-4390-4154-b3b7-e9f5816f6edd"
}

0 comments on commit 235480e

Please sign in to comment.