summaryrefslogtreecommitdiffstats
path: root/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
commit969886accce03a24b906731643303113b2404e1c (patch)
tree4d31662ed4470691ed73b5e81b54cb20de7e629b /path_utils/configure.ac
parent1e6a68ff11e21d0ff780277d6fd112da300e041d (diff)
downloadding-libs2-969886accce03a24b906731643303113b2404e1c.tar.gz
ding-libs2-969886accce03a24b906731643303113b2404e1c.tar.xz
ding-libs2-969886accce03a24b906731643303113b2404e1c.zip
Split off libpath_utils into a shared library
Diffstat (limited to 'path_utils/configure.ac')
-rw-r--r--path_utils/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/path_utils/configure.ac b/path_utils/configure.ac
index 9207a07..87dd615 100644
--- a/path_utils/configure.ac
+++ b/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])