summaryrefslogtreecommitdiffstats
path: root/common/path_utils/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-01-22 14:07:51 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-03 10:35:16 -0500
commit04960af31ba8e532dd463ae7fe07c89d402430b6 (patch)
treec79beaed6ed766f9617b74e9c9631374b6504f66 /common/path_utils/configure.ac
parent8e09e179f66df39bcef07cbc61a22d349ed304f4 (diff)
downloadsssd-04960af31ba8e532dd463ae7fe07c89d402430b6.tar.gz
sssd-04960af31ba8e532dd463ae7fe07c89d402430b6.tar.xz
sssd-04960af31ba8e532dd463ae7fe07c89d402430b6.zip
Split off libpath_utils into a shared library
Diffstat (limited to 'common/path_utils/configure.ac')
-rw-r--r--common/path_utils/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/path_utils/configure.ac b/common/path_utils/configure.ac
index 9207a075b..87dd6150a 100644
--- a/common/path_utils/configure.ac
+++ b/common/path_utils/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([path_utils], [0.1], [jdennis@redhat.com])
+AC_INIT([path_utils], [0.2.0], [jdennis@redhat.com])
AC_CONFIG_SRCDIR([path_utils.c])
AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])