From 3d26bc84a31d559704d1c33673bde066a5861fae Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 1 Feb 2010 10:33:28 -0500 Subject: Split off libcollection into a shared library --- collection/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collection/configure.ac') diff --git a/collection/configure.ac b/collection/configure.ac index 3ba1eb7..2ec6c01 100644 --- a/collection/configure.ac +++ b/collection/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([collection],[0.3.3],[sssd-devel@lists.fedorahosted.org]) +AC_INIT([collection],[0.4.0],[sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([collection.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- cgit