From: Daniel Lezcano Date: Tue, 26 Oct 2010 16:14:47 +0000 (+0200) Subject: set version to 0.7.3 X-Git-Tag: lxc-0.7.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb0e330161f9b02bd0b351e0a8cc193da4de330;p=thirdparty%2Flxc.git set version to 0.7.3 Version 0.7.3 Signed-off-by: Daniel Lezcano --- diff --git a/configure.ac b/configure.ac index 3495e1c18..ec3ec1383 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.7.2]) +AC_INIT([lxc], [0.7.3]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config])