From 53ec510d181e64a70b3de10280a8b64448db8a70 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 25 Feb 2018 22:18:21 -0500 Subject: [PATCH] build: Working towards release 0.7.0. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5bbe792..50b26f0 100755 --- a/configure +++ b/configure @@ -34,7 +34,7 @@ WANT_PIC=yes P_PWD=`pwd` MAINTAINER='sbahra@repnop.org' -VERSION=${VERSION:-'1.0.0'} +VERSION=${VERSION:-'0.7.0'} VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}