Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Jan 18, 2024
1 parent 9e4a271 commit 2c9107d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10.5").value();
constexpr auto Version = semver::from_string_noexcept("1.10.4").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,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
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.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")
Expand Down

0 comments on commit 2c9107d

Please sign in to comment.