File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Editor/AGS.Types/Properties Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11REVISION HISTORY
22================
3- VERSION 3.6.0 - Patch 13, March 2025
3+ VERSION 3.6.0 - Patch 13, April 2025
44
55Editor:
66 - Fixed translation compiler mistreating escaped opening bracket in a text line ("\[");
Original file line number Diff line number Diff 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." ;
Original file line number Diff line number Diff line change 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/" ,
You can’t perform that action at this time.
0 commit comments