Skip to content

Commit d352a07

Browse files
committed
Updated build version (4.0.0.23 Alpha27)
1 parent 92f4296 commit d352a07

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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 4.00.00.22
13+
VERSION 4.00.00.23
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 "4.00.00.22"
4+
#define ACI_VERSION_STR "4.00.00.23"
55
#if defined (RC_INVOKED) // for MSVC resource compiler
6-
#define ACI_VERSION_MSRC_DEF 4,00,00,22
6+
#define ACI_VERSION_MSRC_DEF 4,00,00,23
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="4.00.00.22" name="AGSEditor"/>
3+
<assemblyIdentity version="4.00.00.23" 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class Version
2525
public static readonly bool IS_BETA_VERSION = true;
2626
public const string AGS_EDITOR_DATE = "November 2025";
2727
public const string AGS_EDITOR_FRIENDLY_VERSION = "4.0.0";
28-
public const string AGS_EDITOR_VERSION = "4.00.00.22";
28+
public const string AGS_EDITOR_VERSION = "4.00.00.23";
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "4.00.00.22",
2+
"version": "4.00.00.23",
33
"versionFriendly": "4.0.0",
4-
"versionSp": "Alpha26",
4+
"versionSp": "Alpha27",
55
"versionYear": "2025",
66
"versionMonth": "November",
77
"versionIsBeta": "true",

0 commit comments

Comments
 (0)