From 224b9f683fb84f9de54600827ee2438ca1727f14 Mon Sep 17 00:00:00 2001 From: Chaozer Date: Tue, 2 Jun 2020 21:09:36 +0200 Subject: [PATCH] Bump version to 2.1.7 --- src/checkpoints.cpp | 2 +- src/clientversion.h | 2 +- swipp.pro | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index c570646cd..b62e42a99 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2017-2018 The Swipp developers +// Copyright (c) 2017-2020 The Swipp developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/clientversion.h b/src/clientversion.h index b142a2645..ef02d58af 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 2 #define CLIENT_VERSION_MINOR 1 -#define CLIENT_VERSION_REVISION 6 +#define CLIENT_VERSION_REVISION 7 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build diff --git a/swipp.pro b/swipp.pro index 4d9ce5a5d..3716ed6bb 100644 --- a/swipp.pro +++ b/swipp.pro @@ -1,11 +1,11 @@ # Copyright (c) 2009-2010 Satoshi Nakamoto -# Copyright (c) 2017-2018 The Swipp developers +# Copyright (c) 2017-2020 The Swipp developers # Distributed under the MIT/X11 software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. TEMPLATE = app TARGET = swipp-qt -VERSION = 2.1.6 +VERSION = 2.1.7 INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor src/qt/plugins/rangeslider DEFINES += ENABLE_WALLET DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE BOOST_ASIO_ENABLE_OLD_SERVICES