From 22fdc910bc55e46da119ffede1d081c712621d49 Mon Sep 17 00:00:00 2001 From: pv
Date: Thu, 1 Feb 2024 18:55:27 +0300 Subject: [PATCH] Update sdk --- src/App/Project.hpp | 2 +- src/App/Version.rc | 8 ++++---- vendor/RED4ext.SDK | 2 +- xmake.lua | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App/Project.hpp b/src/App/Project.hpp index bf9170e..d4906dd 100644 --- a/src/App/Project.hpp +++ b/src/App/Project.hpp @@ -12,5 +12,5 @@ constexpr auto Author = "psiberx"; constexpr auto NameW = L"ArchiveXL"; constexpr auto AuthorW = L"psiberx"; -constexpr auto Version = semver::from_string_noexcept("1.11.1").value(); +constexpr auto Version = semver::from_string_noexcept("1.11.2").value(); } diff --git a/src/App/Version.rc b/src/App/Version.rc index 5886cf4..bfb6d98 100644 --- a/src/App/Version.rc +++ b/src/App/Version.rc @@ -1,9 +1,9 @@ -#define VER_PRODUCTVERSION 1,11,1,0 -#define VER_FILEVERSION 1,11,1,2402010700 +#define VER_PRODUCTVERSION 1,11,2,0 +#define VER_FILEVERSION 1,11,2,2402011852 #define VER_PRODUCTNAME_STR "ArchiveXL\0" -#define VER_PRODUCTVERSION_STR "1.11.1\0" -#define VER_FILEVERSION_STR "1.11.1.2402010700\0" +#define VER_PRODUCTVERSION_STR "1.11.2\0" +#define VER_FILEVERSION_STR "1.11.2.2402011852\0" 1 VERSIONINFO FILEVERSION VER_FILEVERSION diff --git a/vendor/RED4ext.SDK b/vendor/RED4ext.SDK index 6a434dc..8733448 160000 --- a/vendor/RED4ext.SDK +++ b/vendor/RED4ext.SDK @@ -1 +1 @@ -Subproject commit 6a434dc53f066e173acf2e249732c3a970a0e8b3 +Subproject commit 8733448ae494f2ae899f168401a999f101461feb diff --git a/xmake.lua b/xmake.lua index a91fd34..619b5ac 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,7 +1,7 @@ set_xmakever("2.5.9") set_project("ArchiveXL") -set_version("1.11.1", {build = "%y%m%d%H%M"}) +set_version("1.11.2", {build = "%y%m%d%H%M"}) set_arch("x64") set_languages("cxx2a")