diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-18 14:42:27 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-19 11:09:45 -0400 |
commit | 7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce (patch) | |
tree | d24f76a3447790ae2ec770f98f1864a24de6c840 /common/configure.ac | |
parent | 7aeb9f1229d9db51dc7841e828aa89a55c2062ad (diff) | |
download | sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.gz sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.tar.xz sssd-7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce.zip |
Enable parallel builds for the common libraries
Diffstat (limited to 'common/configure.ac')
-rw-r--r-- | common/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |