From 37d8a5e98d4ff8c8d864b48e7775ce5b049b77e8 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 30 Jul 2012 14:37:27 -0400 Subject: [PATCH] build: Bump version for next release. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0874213..f62bb4a 100755 --- a/configure +++ b/configure @@ -32,7 +32,7 @@ EXIT_SUCCESS=0 EXIT_FAILURE=1 MAINTAINER='sbahra@repnop.org' -VERSION='0.2.5' +VERSION='0.2.6' VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}