diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-06-25 10:27:24 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-06-25 10:27:24 -0400 |
commit | 40809aed657502e9de158e2cfe2c659a316f2f90 (patch) | |
tree | f9a9c50a415c6ce26915ce1fa36686b9360a95cc /bitcoin-qt.pro | |
parent | 65c20dbf558d9a8e9856017568016c92473dada4 (diff) |
Bump version numbers for 0.8.3 releasev0.8.3
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 bb27170cb6..05de05184f 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = bitcoin-qt macx:TARGET = "Bitcoin-Qt" -VERSION = 0.8.2 +VERSION = 0.8.3 INCLUDEPATH += src src/json src/qt QT += network DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE |