Skip to content

Commit ed74800

Browse files
Merge pull request #506 from thecodefactory/build-update
Regenerate build artifacts.
2 parents 1ba25c9 + fea9fb0 commit ed74800

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
55
#
66
###############################################################################
7-
version: 3.4.0.{build}-{branch}
7+
version: 3.6.0.{build}-{branch}
88

99
image: Visual Studio 2013
1010

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ matrix:
3535
sources:
3636
- sourceline: 'ppa:h-rayflood/llvm'
3737
packages:
38-
- clang-3.4
38+
- clang-5.0
3939
- os: linux
4040
compiler: gcc
4141
env: LINK=dynamic
@@ -66,7 +66,7 @@ install:
6666

6767
# Export CC/CXX to control compiler/version.
6868
- if [[ $OSX && $CLANG && $STATIC ]]; then export CC=clang; export CXX=clang++; fi
69-
- if [[ $LINUX && $CLANG && $STATIC ]]; then export CC=clang-3.4; export CXX=clang++-3.4; fi
69+
- if [[ $LINUX && $CLANG && $STATIC ]]; then export CC=clang-5.0; export CXX=clang++-5.0; fi
7070
- if [[ $LINUX && $GCC && $STATIC ]]; then export CC=gcc; export CXX=g++; fi
7171
- if [[ $OSX && $CLANG && $DYNAMIC ]]; then export CC=clang; export CXX=clang++; fi
7272
- if [[ $LINUX && $CLANG && $DYNAMIC ]]; then export CC=clang; export CXX=clang++; fi

configure.ac

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AC_PREREQ([2.65])
1414

1515
# Process command-line arguments and perform initialization and verification.
16-
AC_INIT([libbitcoin-blockchain], [3.4.0], [[email protected]])
16+
AC_INIT([libbitcoin-blockchain], [3.6.0], [[email protected]])
1717

1818
# Do compilation tests.
1919
AC_LANG(C++)
@@ -168,14 +168,14 @@ AS_CASE([${with_tests}], [yes],
168168
AC_MSG_NOTICE([boost_unit_test_framework_LIBS : ${boost_unit_test_framework_LIBS}])],
169169
[AC_SUBST([boost_unit_test_framework_LIBS], [])])
170170

171-
# Require bitcoin-database of at least version 3.4.0 and output ${bitcoin_database_CPPFLAGS/LIBS/PKG}.
171+
# Require bitcoin-database of at least version 3.6.0 and output ${bitcoin_database_CPPFLAGS/LIBS/PKG}.
172172
#------------------------------------------------------------------------------
173-
PKG_CHECK_MODULES([bitcoin_database], [libbitcoin-database >= 3.4.0],
174-
[bitcoin_database_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin-database >= 3.4.0" 2>/dev/null`"
175-
bitcoin_database_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin-database >= 3.4.0" 2>/dev/null`"],
173+
PKG_CHECK_MODULES([bitcoin_database], [libbitcoin-database >= 3.6.0],
174+
[bitcoin_database_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin-database >= 3.6.0" 2>/dev/null`"
175+
bitcoin_database_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin-database >= 3.6.0" 2>/dev/null`"],
176176
[bitcoin_database_INCLUDEDIR=""
177177
bitcoin_database_OTHER_CFLAGS=""])
178-
AC_SUBST([bitcoin_database_PKG], ['libbitcoin-database >= 3.4.0'])
178+
AC_SUBST([bitcoin_database_PKG], ['libbitcoin-database >= 3.6.0'])
179179
AC_SUBST([bitcoin_database_CPPFLAGS], [${bitcoin_database_CFLAGS}])
180180
AS_IF([test x${bitcoin_database_INCLUDEDIR} != "x"],
181181
[AC_SUBST([bitcoin_database_ISYS_CPPFLAGS], ["-isystem${bitcoin_database_INCLUDEDIR} ${bitcoin_database_OTHER_CFLAGS}"])],
@@ -192,15 +192,15 @@ AS_CASE([${enable_isystem}],[yes],
192192

193193
AC_MSG_NOTICE([bitcoin_database_BUILD_CPPFLAGS : ${bitcoin_database_BUILD_CPPFLAGS}])
194194

195-
# Require bitcoin-consensus of at least version 3.4.0 and output ${bitcoin_consensus_CPPFLAGS/LIBS/PKG}.
195+
# Require bitcoin-consensus of at least version 3.6.0 and output ${bitcoin_consensus_CPPFLAGS/LIBS/PKG}.
196196
#------------------------------------------------------------------------------
197197
AS_CASE([${with_consensus}], [yes],
198-
[PKG_CHECK_MODULES([bitcoin_consensus], [libbitcoin-consensus >= 3.4.0],
199-
[bitcoin_consensus_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin-consensus >= 3.4.0" 2>/dev/null`"
200-
bitcoin_consensus_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin-consensus >= 3.4.0" 2>/dev/null`"],
198+
[PKG_CHECK_MODULES([bitcoin_consensus], [libbitcoin-consensus >= 3.6.0],
199+
[bitcoin_consensus_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin-consensus >= 3.6.0" 2>/dev/null`"
200+
bitcoin_consensus_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin-consensus >= 3.6.0" 2>/dev/null`"],
201201
[bitcoin_consensus_INCLUDEDIR=""
202202
bitcoin_consensus_OTHER_CFLAGS=""])
203-
AC_SUBST([bitcoin_consensus_PKG], ['libbitcoin-consensus >= 3.4.0'])
203+
AC_SUBST([bitcoin_consensus_PKG], ['libbitcoin-consensus >= 3.6.0'])
204204
AC_SUBST([bitcoin_consensus_CPPFLAGS], [${bitcoin_consensus_CFLAGS}])
205205
AS_IF([test x${bitcoin_consensus_INCLUDEDIR} != "x"],
206206
[AC_SUBST([bitcoin_consensus_ISYS_CPPFLAGS], ["-isystem${bitcoin_consensus_INCLUDEDIR} ${bitcoin_consensus_OTHER_CFLAGS}"])],

include/bitcoin/blockchain/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
* For interpretation of the versioning scheme see: http://semver.org
1313
*/
1414

15-
#define LIBBITCOIN_BLOCKCHAIN_VERSION "3.4.0"
15+
#define LIBBITCOIN_BLOCKCHAIN_VERSION "3.6.0"
1616
#define LIBBITCOIN_BLOCKCHAIN_MAJOR_VERSION 3
17-
#define LIBBITCOIN_BLOCKCHAIN_MINOR_VERSION 4
17+
#define LIBBITCOIN_BLOCKCHAIN_MINOR_VERSION 6
1818
#define LIBBITCOIN_BLOCKCHAIN_PATCH_VERSION 0
1919

2020
#endif

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ initialize_boost_icu_configuration()
541541
BOOST_ICU_POSIX="off"
542542

543543
# Extract ICU libs from package config variables and augment with -ldl.
544-
ICU_LIBS=( `pkg-config icu-i18n --libs` "-ldl" )
544+
ICU_LIBS="`pkg-config icu-i18n --libs` -ldl"
545545

546546
# This is a hack for boost m4 scripts that fail with ICU dependency.
547547
# See custom edits in ax-boost-locale.m4 and ax_boost_regex.m4.

libbitcoin-blockchain.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Version: @PACKAGE_VERSION@
2525
#==============================================================================
2626
# Dependencies that publish package configuration.
2727
#------------------------------------------------------------------------------
28-
Requires: libbitcoin-database >= 3.4.0 @bitcoin_consensus_PKG@
28+
Requires: libbitcoin-database >= 3.6.0 @bitcoin_consensus_PKG@
2929

3030
# Include directory and any other required compiler flags.
3131
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)