Skip to content

Commit a27fb50

Browse files
committed
Update v. 2.0.9 with decomposing fixed in sending
1 parent 7358337 commit a27fb50

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CryptoNoteWallet.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set(CN_PROJECT_NAME "karbowallet")
22
set(CN_CURRENCY_DISPLAY_NAME "Karbo")
33
set(CN_CURRENCY_TICKER "KRB")
4-
set(CN_VERSION 2.0.8)
4+
set(CN_VERSION 2.0.9)

src/karbowanecwallet.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Type=Application
88
Icon=Karbovanets
99
MimeType=x-scheme-handler/karbowanec;
1010
Categories=Office;Finance;
11-
Version=2.0.8
11+
Version=2.0.9

src/karbowanecwallet.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ IDI_ICON1 ICON "images\Karbovanets.ico"
44

55
#define VER_FILEVERSION 1,0,0,0
66
#define VER_FILEVERSION_STR "1.0.0.0\0"
7-
#define VER_PRODUCTVERSION 2,0,8
8-
#define VER_PRODUCTVERSION_STR "2.0.8\0"
7+
#define VER_PRODUCTVERSION 2,0,9
8+
#define VER_PRODUCTVERSION_STR "2.0.9\0"
99
#define VER_FILEDESCRIPTION_STR "Karbo"
1010
#define VER_INTERNALNAME_STR "KarboWallet"
1111
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2017-2018, Karbowanec Developers"

0 commit comments

Comments
 (0)