From: dlezcano Date: Mon, 5 Jan 2009 21:57:01 +0000 (+0000) Subject: Increment minor version X-Git-Tag: lxc_0_5_2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007c98a320eec8f56da08916d628f20699be0253;p=thirdparty%2Flxc.git Increment minor version From: Daniel Lezcano Increment minor version Signed-off-by: Daniel Lezcano --- diff --git a/configure.in b/configure.in index a169d4d9c..c91177fc3 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.5.1]) +AC_INIT([lxc], [0.5.2]) AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_MACRO_DIR([m4])