From: Daniel Lezcano Date: Tue, 24 Mar 2009 17:31:23 +0000 (+0100) Subject: increment minor version number X-Git-Tag: lxc_0_6_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b36359d9b020e4d1c0b002b2390f1d86d6518ab;p=thirdparty%2Flxc.git increment minor version number increment the minor version number for the next release Signed-off-by: Daniel Lezcano --- diff --git a/configure.in b/configure.in index 0cc2f6e11..76c271c1d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lxc], [0.6.0]) +AC_INIT([lxc], [0.6.1]) AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_MACRO_DIR([m4])