From 0e20787a1d96ef3aa610c01356eaf1e19679683a Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Tue, 8 Nov 2011 11:01:17 -0500 Subject: [PATCH] build: Bump version for next minor release. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 075f484..b81de2e 100755 --- a/configure +++ b/configure @@ -32,7 +32,7 @@ EXIT_SUCCESS=0 EXIT_FAILURE=1 MAINTAINER='sbahra@repnop.org' -VERSION='0.1.1' +VERSION='0.1.2' VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}