From 8b54fb4de8097d719a595c019c08a99bd458de0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 18 Oct 2013 18:11:53 -0400 Subject: [PATCH] change version to 1.0.0.alpha2 in configure.ac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])