File vtorrent-version.patch of Package vtorrent
--- src/clientversion.h 2019-10-21 12:15:56.052636484 +0200 +++ clientversion.h 2019-10-21 12:40:02.777103771 +0200 @@ -8,8 +8,8 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 8 -#define CLIENT_VERSION_REVISION 1 -#define CLIENT_VERSION_BUILD 1 +#define CLIENT_VERSION_REVISION 2 +#define CLIENT_VERSION_BUILD 3 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro! --- vtorrent-qt-hd.pro 2019-10-21 12:15:56.168636480 +0200 +++ vtorrent-qt-hd.pro 2019-10-21 12:40:16.656348787 +0200 @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = vtorrent -VERSION = 0.8.1.1 #ba6535fa03eb7992df77092ae73bc1b1acf2605d +VERSION = 0.8.2.3 #ba6535fa03eb7992df77092ae73bc1b1acf2605d INCLUDEPATH += src src/json src/qt DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE