Skip to content

Commit 6d06b29

Browse files
author
Chris
committed
Bump Version
1 parent 61c0548 commit 6d06b29

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 14)
55
define(_CLIENT_VERSION_REVISION, 1)
6-
define(_CLIENT_VERSION_BUILD, 0)
6+
define(_CLIENT_VERSION_BUILD, 1)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2018)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
@@ -1167,7 +1167,7 @@ case ${OS} in
11671167
;;
11681168
esac
11691169

1170-
echo
1170+
echo
11711171
echo "Options used to compile and link:"
11721172
echo " with wallet = $enable_wallet"
11731173
echo " with gui / qt = $bitsend_enable_qt"
@@ -1181,7 +1181,7 @@ echo " with bench = $use_bench"
11811181
echo " with upnp = $use_upnp"
11821182
echo " debug enabled = $enable_debug"
11831183
echo " werror = $enable_werror"
1184-
echo
1184+
echo
11851185
echo " target os = $TARGET_OS"
11861186
echo " build os = $BUILD_OS"
11871187
echo
@@ -1191,4 +1191,4 @@ echo " CPPFLAGS = $CPPFLAGS"
11911191
echo " CXX = $CXX"
11921192
echo " CXXFLAGS = $CXXFLAGS"
11931193
echo " LDFLAGS = $LDFLAGS"
1194-
echo
1194+
echo

src/clientversion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2009-2017 The Bitcoin Core developers
2-
// Copyright (c) 2015-2017 The Dash developers
1+
// Copyright (c) 2009-2017 The Bitcoin Core developers
2+
// Copyright (c) 2015-2017 The Dash developers
33
// Copyright (c) 2015-2017 The Bitsend developers
44
// Distributed under the MIT software license, see the accompanying
55
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -19,7 +19,7 @@
1919
#define CLIENT_VERSION_MAJOR 0
2020
#define CLIENT_VERSION_MINOR 14
2121
#define CLIENT_VERSION_REVISION 1
22-
#define CLIENT_VERSION_BUILD 0
22+
#define CLIENT_VERSION_BUILD 1
2323

2424
//! Set to true for release, false for prerelease or test build
2525
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)