summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-18 14:42:27 -0400
committerSimo Sorce <ssorce@redhat.com>2009-05-19 11:09:45 -0400
commit27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf (patch)
tree59c28d88ee5f7f4dd384fee9c76c86e1e4e526b4 /configure.ac
parent6f01c4b104378bbd2a6f36e7dfa3c4a182c37de5 (diff)
downloadding-libs-27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf.tar.gz
ding-libs-27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf.tar.xz
ding-libs-27cbb9e6de7e1a2a7fc63ba10376cca2adcc1bbf.zip
Enable parallel builds for the common libraries
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e321399..cae2c5b 100644
--- a/configure.ac
+++ b/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])