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

Commit

Permalink
Bump up minimum CK version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jan 28, 2016
1 parent 8bb10c2 commit b93da64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ esac

# If you're bumping the CK max-version here, you must also bump it in
# travis/deps.sh otherwise you will break the CI build
if ! $PKG_CONFIG --exists --atleast-version=0.3.3 --max-version=0.4.1 --print-errors ck ; then
if ! $PKG_CONFIG --exists --atleast-version=0.5.0 --max-version=0.5.1 --print-errors ck ; then
AC_MSG_ERROR([ck is required])
fi
CFLAGS="$CFLAGS `$PKG_CONFIG --cflags ck`"
Expand Down
2 changes: 1 addition & 1 deletion travis/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ esac
HERE=$PWD

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

0 comments on commit b93da64

Please sign in to comment.