From: Daniel Lezcano Date: Fri, 24 Apr 2009 09:41:08 +0000 (+0200) Subject: inc the minor version X-Git-Tag: lxc_0_6_2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2b6e7e2d5c9b8b28f9ec3864ff5dde223a3669;p=thirdparty%2Flxc.git inc the minor version Inc the minor version for the next release. Signed-off-by: Daniel Lezcano --- diff --git a/configure.in b/configure.in index 7e61280b6..8ac132e78 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.1]) +AC_INIT([lxc], [0.6.2]) AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_MACRO_DIR([m4])