File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
5
5
#
6
6
# ##############################################################################
7
- version : 3.4 .0.{build}-{branch}
7
+ version : 3.6 .0.{build}-{branch}
8
8
9
9
image : Visual Studio 2013
10
10
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ matrix:
35
35
sources :
36
36
- sourceline : ' ppa:h-rayflood/llvm'
37
37
packages :
38
- - clang-3.4
38
+ - clang-5.0
39
39
- os : linux
40
40
compiler : gcc
41
41
env : LINK=dynamic
@@ -66,7 +66,7 @@ install:
66
66
67
67
# Export CC/CXX to control compiler/version.
68
68
- 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
70
70
- if [[ $LINUX && $GCC && $STATIC ]]; then export CC=gcc; export CXX=g++; fi
71
71
- if [[ $OSX && $CLANG && $DYNAMIC ]]; then export CC=clang; export CXX=clang++; fi
72
72
- if [[ $LINUX && $CLANG && $DYNAMIC ]]; then export CC=clang; export CXX=clang++; fi
Original file line number Diff line number Diff line change 13
13
AC_PREREQ ( [ 2.65] )
14
14
15
15
# Process command-line arguments and perform initialization and verification.
16
- AC_INIT ( [ libbitcoin] ,
[ 3.4 .0] ,
[ [email protected] ] )
16
+ AC_INIT ( [ libbitcoin] ,
[ 3.6 .0] ,
[ [email protected] ] )
17
17
18
18
# Do compilation tests.
19
19
AC_LANG ( C++ )
Original file line number Diff line number Diff line change 12
12
* For interpretation of the versioning scheme see: http://semver.org
13
13
*/
14
14
15
- #define LIBBITCOIN_VERSION " 3.4 .0"
15
+ #define LIBBITCOIN_VERSION " 3.6 .0"
16
16
#define LIBBITCOIN_MAJOR_VERSION 3
17
- #define LIBBITCOIN_MINOR_VERSION 4
17
+ #define LIBBITCOIN_MINOR_VERSION 6
18
18
#define LIBBITCOIN_PATCH_VERSION 0
19
19
20
20
#endif
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ initialize_boost_icu_configuration()
609
609
BOOST_ICU_POSIX=" off"
610
610
611
611
# Extract ICU libs from package config variables and augment with -ldl.
612
- ICU_LIBS=( ` pkg-config icu-i18n --libs` " -ldl" )
612
+ ICU_LIBS=" ` pkg-config icu-i18n --libs` -ldl"
613
613
614
614
# This is a hack for boost m4 scripts that fail with ICU dependency.
615
615
# See custom edits in ax-boost-locale.m4 and ax_boost_regex.m4.
You can’t perform that action at this time.
0 commit comments