]> git.proxmox.com Git - mirror_lxc.git/commitdiff
inc the minor version
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 24 Apr 2009 09:41:08 +0000 (11:41 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 24 Apr 2009 09:41:08 +0000 (11:41 +0200)
Inc the minor version for the next release.

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

index 7e61280b61967ab56a9a2367353a40f259026bc4..8ac132e7836acf0681cf0413cedca30457b58c03 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lxc], [0.6.1])
+AC_INIT([lxc], [0.6.2])
 
 AC_CONFIG_SRCDIR([configure.in])
 AC_CONFIG_MACRO_DIR([m4])