From: Daniel Lezcano Date: Thu, 17 Jun 2010 12:04:15 +0000 (+0200) Subject: change version number to 0.7.0 X-Git-Tag: lxc-0.7.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a5fb7cf5677ea7b8e8ffc4603cff5089771b10;p=thirdparty%2Flxc.git change version number to 0.7.0 Finally, I did it :) Signed-off-by: Daniel Lezcano --- diff --git a/configure.ac b/configure.ac index 867c1dfb4..4d803fd21 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lxc], [0.6.5]) +AC_INIT([lxc], [0.7.0]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config])