Skip to content

Commit

Permalink
Fix conflicting PROJECT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Mar 25, 2020
1 parent 047a83c commit e705b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CryptoNoteWalletConfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const char WALLET_CURRENCY_TICKER[] = "@CN_CURRENCY_TICKER@";
#define PROJECT_DESCRIPTION "@CN_CURRENCY_DISPLAY_NAME@ Lite Wallet v. @WALLET_VERSION@"
#define PROJECT_SITE "@PROJECT_VENDOR_URL@"
#define PROJECT_COPYRIGHT "@PROJECT_COPYRIGHT@"
#define PROJECT_VERSION "@WALLET_VERSION@"
#define WALLET_VERSION "@WALLET_VERSION@"
#define PROJECT_VER_MAJOR @PROJECT_VER_MAJOR@
#define PROJECT_VER_MINOR @PROJECT_VER_MINOR@
#define PROJECT_VER_PATCH @PROJECT_VER_PATCH@
Expand Down
2 changes: 1 addition & 1 deletion src/karbowanecwallet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BEGIN
VALUE "LegalCopyright", PROJECT_COPYRIGHT
VALUE "OriginalFilename", VER_ORIGINALFILENAME_STR
VALUE "ProductName", PROJECT_NAME
VALUE "ProductVersion", PROJECT_VERSION
VALUE "ProductVersion", WALLET_VERSION
END
END

Expand Down

0 comments on commit e705b5d

Please sign in to comment.