Skip to content

Commit 6802bad

Browse files
committed
Updated release date to April 2025
1 parent c7b871b commit 6802bad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REVISION HISTORY
22
================
3-
VERSION 3.6.0 - Patch 13, March 2025
3+
VERSION 3.6.0 - Patch 13, April 2025
44

55
Editor:
66
- Fixed translation compiler mistreating escaped opening bracket in a text line ("\[");

Editor/AGS.Types/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace AGS.Types
2222
public class Version
2323
{
2424
public static readonly bool IS_BETA_VERSION = false;
25-
public const string AGS_EDITOR_DATE = "March 2025";
25+
public const string AGS_EDITOR_DATE = "April 2025";
2626
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.6.0";
2727
public const string AGS_EDITOR_VERSION = "3.6.0.60";
2828
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2025 others.";

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"versionFriendly": "3.6.0",
44
"versionSp": "P13",
55
"versionYear": "2025",
6-
"versionMonth": "March",
6+
"versionMonth": "April",
77
"versionIsBeta": "false",
88
"appID": "a4d6de0f-18b0-4aae-9338-86a333563b98",
99
"licenseLink": "https://opensource.org/license/artistic-2-0/",

0 commit comments

Comments
 (0)