diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-03-20 23:27:47 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-03-20 23:27:47 +0100 |
commit | ed55bf5203aca88809d979b289d6b2280a18e79c (patch) | |
tree | 82da1d5178e5dd70ce1a75a1ce2e71e5fd720307 | |
parent | Update manpages to reflect some updated options. (diff) | |
download | lxc-ed55bf5203aca88809d979b289d6b2280a18e79c.tar.gz lxc-ed55bf5203aca88809d979b289d6b2280a18e79c.tar.bz2 lxc-ed55bf5203aca88809d979b289d6b2280a18e79c.zip |
lxc-0.8.0-rc2lxc-0.8.0-rc2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b103599..e8f0cb5 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-rc1]) +AC_INIT([lxc], [0.8.0-rc2]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) |