Skip to content

Commit 56fad9d

Browse files
committed
Updated build version (3.6.3.2 Beta 2)
1 parent 03c5872 commit 56fad9d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/CMake/cxx_fla
1010
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
1111

1212
project(AGS
13-
VERSION 3.6.3.1
13+
VERSION 3.6.3.2
1414
LANGUAGES CXX C)
1515

1616
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/CMake")

Common/core/def_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef __AGS_CN_CORE__DEFVERSION_H
22
#define __AGS_CN_CORE__DEFVERSION_H
33

4-
#define ACI_VERSION_STR "3.6.3.1"
4+
#define ACI_VERSION_STR "3.6.3.2"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 3,6,3,1
6+
#define ACI_VERSION_MSRC_DEF 3,6,3,2
77
#endif
88

99
#define SPECIAL_VERSION ""

Editor/AGS.Editor/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="3.6.3.1" name="AGSEditor"/>
3+
<assemblyIdentity version="3.6.3.2" name="AGSEditor"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

Editor/AGS.Types/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ namespace AGS.Types
2323
public class Version
2424
{
2525
public static readonly bool IS_BETA_VERSION = true;
26-
public const string AGS_EDITOR_DATE = "September 2025";
26+
public const string AGS_EDITOR_DATE = "October 2025";
2727
public const string AGS_EDITOR_FRIENDLY_VERSION = "3.6.3";
28-
public const string AGS_EDITOR_VERSION = "3.6.3.1";
28+
public const string AGS_EDITOR_VERSION = "3.6.3.2";
2929
public const string AGS_EDITOR_COPYRIGHT = "Copyright © 2006-2011 Chris Jones and 2011-2025 others.";
3030
public static readonly string AGS_EDITOR_TARGETNAME =
3131
IntPtr.Size > 4 ? "64-bit" : "32-bit";

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "3.6.3.1",
2+
"version": "3.6.3.2",
33
"versionFriendly": "3.6.3",
4-
"versionSp": "Beta1",
4+
"versionSp": "Beta2",
55
"versionYear": "2025",
6-
"versionMonth": "September",
6+
"versionMonth": "October",
77
"versionIsBeta": "true",
88
"appID": "418a11d8-f112-4cbd-95ee-704ac5b708f8",
99
"licenseLink": "https://opensource.org/license/artistic-2-0/",

0 commit comments

Comments
 (0)