Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update Version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Sep 25, 2022
1 parent a5a3e04 commit 4ca2405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteLoader/include/liteloader/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
#define LITELOADER_FILE_VERSION_STRING TO_VERSION_STRING_EXPAND(LITELOADER_VERSION_MAJOR.LITELOADER_VERSION_MINOR.LITELOADER_VERSION_REVISION-dev.LITELOADER_VERSION_STATUS_VERSION+LITELOADER_VERSION_COMMIT_SHA)
#else
#define LITELOADER_FILE_VERSION_FLAG 0x00000000L
#define LITELOADER_FILE_VERSION_STRING TO_VERSION_STRING_EXPAND(LITELOADER_VERSION_MAJOR.LITELOADER_VERSION_MINOR.LITELOADER_VERSION_REVISION-release.LITELOADER_VERSION_STATUS_VERSION+LITELOADER_VERSION_COMMIT_SHA)
#define LITELOADER_FILE_VERSION_STRING TO_VERSION_STRING_EXPAND(LITELOADER_VERSION_MAJOR.LITELOADER_VERSION_MINOR.LITELOADER_VERSION_REVISION+LITELOADER_VERSION_COMMIT_SHA)
#endif

0 comments on commit 4ca2405

Please sign in to comment.