Skip to content

Commit

Permalink
Hotfix update to core v. 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Oct 4, 2018
1 parent 3a9967f commit 56f7b74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CryptoNoteWallet.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CN_PROJECT_NAME "KarboLite")
set(CN_CURRENCY_DISPLAY_NAME "Karbo")
set(CN_CURRENCY_TICKER "KRB")
set(CN_VERSION 1.0.4)
set(CN_VERSION 1.0.5)
2 changes: 1 addition & 1 deletion src/karbowanecwallet.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Type=Application
Icon=Karbovanets
MimeType=x-scheme-handler/karbowanec;
Categories=Office;Finance;
Version=1.0.4
Version=1.0.5
4 changes: 2 additions & 2 deletions src/karbowanecwallet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ IDI_ICON1 ICON "images\Karbovanets.ico"

#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0.0\0"
#define VER_PRODUCTVERSION 1,0,4
#define VER_PRODUCTVERSION_STR "1.0.4\0"
#define VER_PRODUCTVERSION 1,0,5
#define VER_PRODUCTVERSION_STR "1.0.5\0"
#define VER_FILEDESCRIPTION_STR "Karbo"
#define VER_INTERNALNAME_STR "KarboLiteWallet"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2016-2017, Karbowanec Developers"
Expand Down

0 comments on commit 56f7b74

Please sign in to comment.