From e606463dd4ecb2cf194f4c1a836fb0d17887e746 Mon Sep 17 00:00:00 2001 From: jerr Date: Tue, 15 May 2018 18:46:02 -0400 Subject: [PATCH] bugfix/readme repair --- CMakeLists.txt | 2 +- CryptoNoteWallet.cmake | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f794a5..86ce36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -272,7 +272,7 @@ elseif (UNIX) install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin) install(FILES src/pkwallet.desktop DESTINATION share/applications) - install(FILES src/images/cryptonote.png DESTINATION share/pixmaps RENAME bitcedi.png) + install(FILES src/images/cryptonote.png DESTINATION share/pixmaps RENAME pennykoin.png) install(FILES copyright DESTINATION share/doc/pkwallet) if (NOT RPMBUILD) diff --git a/CryptoNoteWallet.cmake b/CryptoNoteWallet.cmake index 88d4d93..e2eeec5 100644 --- a/CryptoNoteWallet.cmake +++ b/CryptoNoteWallet.cmake @@ -2,4 +2,4 @@ set(CN_PROJECT_NAME "pennykoin") set(CN_CURRENCY_DISPLAY_NAME "Pennykoin") set(CN_CURRENCY_TICKER "Pk") -set(CN_VERSION 1.1.2) +set(CN_VERSION 1.1.3) diff --git a/README.md b/README.md index 2236b99..c65535c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ git clone https://github.com/jerrimus/QTPenny cd QTPenny - git submodule add -b 3.4 https://github.com/fukuchi/libqrencode libqrencode && git submodule add https://github.com/pennykoin/pennykoin cryptonote + git submodule add -b 3.4 https://github.com/pennykoin/libqrencode libqrencode && git submodule add https://github.com/pennykoin/pennykoin cryptonote ```