From 343246d37751a78972fc8de790e87c77b1d511ba Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 27 Feb 2017 15:32:35 -0500 Subject: [PATCH] build: release 0.6.0. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d15f685..e840d41 100755 --- a/configure +++ b/configure @@ -34,7 +34,7 @@ WANT_PIC=yes P_PWD=`pwd` MAINTAINER='sbahra@repnop.org' -VERSION=${VERSION:-'0.5.2'} +VERSION=${VERSION:-'0.6.0'} VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}