Skip to content

Commit

Permalink
bugfix/readme repair
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrimus committed May 15, 2018
1 parent ca507ab commit e606463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CryptoNoteWallet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit e606463

Please sign in to comment.