Skip to content
This repository was archived by the owner on Mar 9, 2019. It is now read-only.

Commit b93da64

Browse files
committed
Bump up minimum CK version to 0.5.0
1 parent 8bb10c2 commit b93da64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ esac
140140

141141
# If you're bumping the CK max-version here, you must also bump it in
142142
# travis/deps.sh otherwise you will break the CI build
143-
if ! $PKG_CONFIG --exists --atleast-version=0.3.3 --max-version=0.4.1 --print-errors ck ; then
143+
if ! $PKG_CONFIG --exists --atleast-version=0.5.0 --max-version=0.5.1 --print-errors ck ; then
144144
AC_MSG_ERROR([ck is required])
145145
fi
146146
CFLAGS="$CFLAGS `$PKG_CONFIG --cflags ck`"

travis/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ esac
1010
HERE=$PWD
1111

1212
# There is no CK package available for ubuntu yet
13-
CK_VER=0.4.1
13+
CK_VER=0.5.1
1414
CK_RELEASE=https://github.com/concurrencykit/ck/archive/$CK_VER.tar.gz
1515
if test ! -f $CK_VER.tar.gz ; then
1616
wget $CK_RELEASE

0 commit comments

Comments
 (0)