Skip to content

Commit

Permalink
Update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Feb 1, 2024
1 parent b5757e6 commit 22fdc91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/App/Project.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
8 changes: 4 additions & 4 deletions src/App/Version.rc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 22fdc91

Please sign in to comment.