From 33f30ac9410d65925ccdd4ab891353b08a016e2d Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 24 Jun 2013 16:40:44 -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 e439ace..52bec46 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ EXIT_FAILURE=1 P_PWD=`pwd` MAINTAINER='sbahra@repnop.org' -VERSION=${VERSION:-'0.2.18'} +VERSION=${VERSION:-'0.2.19'} VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}