From 99205398108f655c6270fc2055e065e464e787bd Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 26 Jun 2011 19:55:21 -0400 Subject: [PATCH] Switch to tags until first API stabilization. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 515a6bc..79c1c3c 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ EXIT_SUCCESS=0 EXIT_FAILURE=1 MAINTAINER='sbahra@repnop.org' -VERSION='0.1.0' +VERSION='0.0.5' VERSION_MAJOR='0' BUILD="$PWD/build/ck.build" PREFIX=${PREFIX:-"/usr/local"}