From 007c98a320eec8f56da08916d628f20699be0253 Mon Sep 17 00:00:00 2001 From: dlezcano Date: Mon, 5 Jan 2009 21:57:01 +0000 Subject: [PATCH] Increment minor version From: Daniel Lezcano Increment minor version Signed-off-by: Daniel Lezcano --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a169d4d9c..c91177fc3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lxc], [0.5.1]) +AC_INIT([lxc], [0.5.2]) AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_MACRO_DIR([m4]) -- 2.47.3