From: Stéphane Graber Date: Fri, 18 Oct 2013 22:11:53 +0000 (-0400) Subject: change version to 1.0.0.alpha2 in configure.ac X-Git-Tag: lxc-1.0.0.alpha2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b54fb4de8097d719a595c019c08a99bd458de0d;p=thirdparty%2Flxc.git change version to 1.0.0.alpha2 in configure.ac Signed-off-by: Stéphane Graber --- diff --git a/configure.ac b/configure.ac index 2831c0140..2066952dd 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], [1.0.0.alpha1]) +AC_INIT([lxc], [1.0.0.alpha2]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config])