From d984bb4e751121f1a7c0029ee7df4acf62f2eea4 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Thu, 13 Dec 2012 21:51:03 +0100 Subject: [PATCH] Version 0.9.0.alpha1 Signed-off-by: Daniel Lezcano --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bdfcacf39..35b21bed3 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.8.0]) +AC_INIT([lxc], [0.9.0.alpha1]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config])