From 67598d9452d031b68cd07d546880be6d78ae8929 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Tue, 23 Apr 2013 13:53:03 -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 464cade..f4df79d 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ EXIT_FAILURE=1 P_PWD=`pwd` MAINTAINER='sbahra@repnop.org' -VERSION=${VERSION:-'0.2.17'} +VERSION=${VERSION:-'0.2.18'} VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}