diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-03-02 00:03:18 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-03-02 00:07:06 +0100 |
commit | 09f2410e846189e765e39685b350255c196637c1 (patch) | |
tree | 0ddb5fd2bacf20e70c76f38dff8a47558aeb8583 | |
parent | fix lxc-attach.sgml.in spurious variable list (diff) | |
download | lxc-09f2410e846189e765e39685b350255c196637c1.tar.gz lxc-09f2410e846189e765e39685b350255c196637c1.tar.bz2 lxc-09f2410e846189e765e39685b350255c196637c1.zip |
lxc-0.8.0-rc1
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 478bfd7..b103599 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.5]) +AC_INIT([lxc], [0.8.0-rc1]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) |