change version to 1.0.0.alpha2 in configure.ac

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2013-10-18 18:11:53 -04:00
parent 0f8f9c8aa4
commit 8b54fb4de8
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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])