From 770a11bf2a0d4bddba0d4e90907433f4cc64a905 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 1 Sep 2012 20:57:39 -0400 Subject: [PATCH] build: Bump CK version to 0.2.9. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0c3da22..3c80559 100755 --- a/configure +++ b/configure @@ -32,7 +32,7 @@ EXIT_SUCCESS=0 EXIT_FAILURE=1 MAINTAINER='sbahra@repnop.org' -VERSION=${VERSION:-'0.2.8'} +VERSION=${VERSION:-'0.2.9'} VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}