diff --git a/src/App/Project.hpp b/src/App/Project.hpp index 311a36e..40ac0e8 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.10.5").value(); +constexpr auto Version = semver::from_string_noexcept("1.10.4").value(); } diff --git a/src/App/Version.rc b/src/App/Version.rc index 548ec55..678ff72 100644 --- a/src/App/Version.rc +++ b/src/App/Version.rc @@ -1,9 +1,9 @@ -#define VER_PRODUCTVERSION 1,10,5,0 -#define VER_FILEVERSION 1,10,5,2401150442 +#define VER_PRODUCTVERSION 1,10,4,0 +#define VER_FILEVERSION 1,10,4,2401180719 #define VER_PRODUCTNAME_STR "ArchiveXL\0" -#define VER_PRODUCTVERSION_STR "1.10.5\0" -#define VER_FILEVERSION_STR "1.10.5.2401150442\0" +#define VER_PRODUCTVERSION_STR "1.10.4\0" +#define VER_FILEVERSION_STR "1.10.4.2401180719\0" 1 VERSIONINFO FILEVERSION VER_FILEVERSION diff --git a/xmake.lua b/xmake.lua index f0c9187..8e2098f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,7 +1,7 @@ set_xmakever("2.5.9") set_project("ArchiveXL") -set_version("1.10.5", {build = "%y%m%d%H%M"}) +set_version("1.10.4", {build = "%y%m%d%H%M"}) set_arch("x64") set_languages("cxx2a")