From c62862197c6dfc581602bd91e83b153c4a903cdc Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 22 Feb 2014 17:26:52 -0500 Subject: [PATCH] build: Bump feature version in preparation. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c08e1d8..ad5fad0 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ EXIT_FAILURE=1 P_PWD=`pwd` MAINTAINER='sbahra@repnop.org' -VERSION=${VERSION:-'0.3.5'} +VERSION=${VERSION:-'0.4.0'} VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}