diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-21 13:38:09 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-21 13:38:38 -0500 |
commit | 67c454c67cc7c8f775d38dd024da35101460aed9 (patch) | |
tree | 11b281d338074a0927509242a7bf2b2646d3c913 /bitcoin-qt.pro | |
parent | fe9032709c87ec1c577a24a5fd0622268ae2b853 (diff) |
Bump version to 0.5.1
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index e7adabe756..7444ff4ac1 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = -VERSION = 0.5.0 +VERSION = 0.5.1 INCLUDEPATH += src src/json src/qt DEFINES += QT_GUI BOOST_THREAD_USE_LIB CONFIG += no_include_pwd |