From c6f55da86a891f116dff511fdbee931d0a3d2d8b Mon Sep 17 00:00:00 2001 From: dlezcano Date: Fri, 5 Sep 2008 14:55:57 +0000 Subject: [PATCH] Version 0.2.0 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 655b97d62..ec89924a9 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.1.0]) +AC_INIT([lxc], [0.2.0]) AC_CONFIG_SRCDIR([configure.in]) AC_CONFIG_AUX_DIR([config])