From 7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2009 14:42:27 -0400 Subject: Enable parallel builds for the common libraries --- common/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/configure.ac') diff --git a/common/configure.ac b/common/configure.ac index e32139967..cae2c5b37 100644 --- a/common/configure.ac +++ b/common/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sssd_libs], [0.3.3], [sgallagh@redhat.com]) +AC_INIT([sssd_libs], [0.4.0], [sgallagh@redhat.com]) AC_CONFIG_SRCDIR([README]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- cgit