]> git.proxmox.com Git - mirror_lxc.git/commitdiff
increment minor version number
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 24 Mar 2009 17:31:23 +0000 (18:31 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 24 Mar 2009 17:31:23 +0000 (18:31 +0100)
increment the minor version number for the next release

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.in

index 0cc2f6e11f2c43e2556575f8f6e2067b1e97061e..76c271c1dbbf5ac9a30800173604570cca9c0389 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lxc], [0.6.0])
+AC_INIT([lxc], [0.6.1])
 
 AC_CONFIG_SRCDIR([configure.in])
 AC_CONFIG_MACRO_DIR([m4])