diff options
author | 2012-03-02 00:03:18 +0100 | |
---|---|---|
committer | 2012-03-02 00:03:18 +0100 | |
commit | 53af598ef3a589cb5bdf118887ea018f21d1c845 (patch) | |
tree | 0ddb5fd2bacf20e70c76f38dff8a47558aeb8583 | |
parent | fix lxc-attach.sgml.in spurious variable list (diff) | |
download | lxc-0.8.0-rc1.tar.gz lxc-0.8.0-rc1.tar.bz2 lxc-0.8.0-rc1.zip |
lxc-0.8.0-rc1lxc-0.8.0-rc1
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
-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]) |