Skip to content

Commit

Permalink
Merge pull request bitcoin#172 from sandakersmann/patch-2
Browse files Browse the repository at this point in the history
Show correct version number in debug window info
  • Loading branch information
hrobeers committed Oct 7, 2017
2 parents f48dbc2 + 756a91d commit 5841be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = peercoin-qt
macx:TARGET = "Peercoin-Qt"
VERSION = 0.4.0
VERSION = 0.6.0
INCLUDEPATH += src src/json src/qt
QT += network core widgets
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
Expand Down

0 comments on commit 5841be4

Please sign in to comment.