Skip to content

Commit

Permalink
Updated month to September
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Sep 1, 2023
1 parent 88c8261 commit 2e651e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REVISION HISTORY
================
VERSION 3.6.1 - Beta, August 2023
VERSION 3.6.1 - Beta, September 2023

Common features:
- Implemented Deflate compression option for sprites.
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 @@ -22,7 +22,7 @@ namespace AGS.Types
public class Version
{
public static readonly bool IS_BETA_VERSION = true;
public const string AGS_EDITOR_DATE = "August 2023";
public const string AGS_EDITOR_DATE = "September 2023";
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.6.1";
public const string AGS_EDITOR_VERSION = "3.6.1.7";
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2023 others.";
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"versionFriendly": "3.6.1",
"versionSp": "Beta8",
"versionYear": "2023",
"versionMonth": "August",
"versionMonth": "September",
"versionIsBeta": "true",
"appID": "6fcbc804-4887-4786-bcf6-b0786e1e983d"
}

0 comments on commit 2e651e9

Please sign in to comment.