From 5ab99d5f2e2759d56674f779e413bcaf9321e8c7 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 10 Sep 2012 13:39:24 -0400 Subject: [PATCH] build: Bump up major version. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3c80559..5441e77 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ EXIT_FAILURE=1 MAINTAINER='sbahra@repnop.org' VERSION=${VERSION:-'0.2.9'} -VERSION_MAJOR='0' +VERSION_MAJOR='1' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}