increment minor version number

increment the minor version number for the next release

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2009-03-24 18:31:23 +01:00
parent 237315ff50
commit 1b36359d9b

View 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])