diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2010-10-26 18:14:47 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-10-26 18:14:47 +0200 |
commit | acb0e330161f9b02bd0b351e0a8cc193da4de330 (patch) | |
tree | c522902a81747a55bb29c2453b9b2026b7fd4b62 | |
parent | update the man page with the net script hook (diff) | |
download | lxc-0.7.3.tar.gz lxc-0.7.3.tar.bz2 lxc-0.7.3.zip |
set version to 0.7.3lxc-0.7.3
Version 0.7.3
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 3495e1c..ec3ec13 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.2]) +AC_INIT([lxc], [0.7.3]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) |