Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Aug 28, 2018
1 parent ac0dee4 commit b81ceff
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.2)
set(CN_VERSION 1.0.3)
2 changes: 1 addition & 1 deletion src/Settings/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const quint64 DEFAULT_OPTIMIZATION_MIXIN = 6;

const quint64 VERSION_MAJOR = 1;
const quint64 VERSION_MINOR = 0;
const quint64 VERSION_PATCH = 2;
const quint64 VERSION_PATCH = 3;

}

Expand Down
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.2
Version=1.0.3
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,2
#define VER_PRODUCTVERSION_STR "1.0.2\0"
#define VER_PRODUCTVERSION 1,0,3
#define VER_PRODUCTVERSION_STR "1.0.3\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 b81ceff

Please sign in to comment.