Skip to content

Commit

Permalink
Update v.1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 3, 2019
1 parent a789a18 commit 9d0977c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ file(GLOB_RECURSE CRYPTONOTE_SOURCES
cryptonote/external/miniupnpc/upnpreplyparse.c
cryptonote/src/BlockchainExplorer/BlockchainExplorer.cpp
cryptonote/src/BlockchainExplorer/BlockchainExplorerErrors.cpp
cryptonote/src/BlockchainExplorer/BlockchainExplorerDataBuilder.cpp
cryptonote/src/Serialization/BlockchainExplorerDataSerialization.cpp
cryptonote/src/Common/Base58.cpp
cryptonote/src/Common/CommandLine.cpp
cryptonote/src/Common/Util.cpp
Expand Down Expand Up @@ -139,7 +141,7 @@ file(GLOB_RECURSE CRYPTONOTE_SOURCES
cryptonote/src/PaymentGateService/*.cpp
)

file(GLOB_RECURSE Mnemonics cryptonote/src/mnemonics/*)
file(GLOB_RECURSE Mnemonics cryptonote/src/Mnemonics/*)

file(GLOB_RECURSE SOURCES src/*.cpp)
file(GLOB_RECURSE HEADERS src/*.h)
Expand Down
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.7)
set(CN_VERSION 1.0.8)
2 changes: 1 addition & 1 deletion cryptonote
Submodule cryptonote updated 153 files
2 changes: 1 addition & 1 deletion src/Gui/Common/MnemonicDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// along with Karbovanets. If not, see <http://www.gnu.org/licenses/>.

#include "MnemonicDialog.h"
#include "mnemonics/electrum-words.h"
#include "Mnemonics/electrum-words.h"

#include "ui_MnemonicDialog.h"

Expand Down
2 changes: 1 addition & 1 deletion src/Gui/MainWindow/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include "Gui/Options/OptionsDialog.h"
#include "Style/Style.h"
#include "Gui/Common/RestoreFromMnemonicSeedDialog.h"
#include "mnemonics/electrum-words.h"
#include "Mnemonics/electrum-words.h"
#include "CryptoNote.h"
#include "crypto/crypto.h"
extern "C"
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.7
Version=1.0.8
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,7
#define VER_PRODUCTVERSION_STR "1.0.7\0"
#define VER_PRODUCTVERSION 1,0,8
#define VER_PRODUCTVERSION_STR "1.0.8\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 9d0977c

Please sign in to comment.