diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-07-26 11:01:20 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-07-26 11:01:20 +0200 |
commit | 547467bddbe54b7812f0df0e9c18a2e1b7091036 (patch) | |
tree | bc3bc7b462ac0312f4296307ddcb3a4d4a8dd161 | |
parent | avoid compile warning in src/lxc/console.c (diff) | |
download | lxc-0.7.2.tar.gz lxc-0.7.2.tar.bz2 lxc-0.7.2.zip |
version 0.7.2lxc-0.7.2
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 3c8c105..3495e1c 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.1]) +AC_INIT([lxc], [0.7.2]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) |