summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-10-02 13:40:05 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-10-02 13:40:05 +0200
commit7067029368ab389b92f5a7329899188d47f191ba (patch)
tree6f7461072f3d1b77632bf88ac8309a5562182eac
parent9fd1249bbef0712047140c81a57c34b4043a8136 (diff)
Bumping version (and version info for the library).
This will allow to explicitly check for support of the new extensions (like verbosity).
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0eb0114..a185464 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
AC_PREREQ(2.62)
-AC_INIT([libdaemon],[0.13],[mzqnrzba (at) 0pointer (dot) de])
+AC_INIT([libdaemon],[0.14],[mzqnrzba (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([libdaemon/dfork.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -30,7 +30,7 @@ AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/libdaemon/])
-AC_SUBST(LIBDAEMON_VERSION_INFO, [4:0:4])
+AC_SUBST(LIBDAEMON_VERSION_INFO, [5:0:5])
if type -p stow > /dev/null && test -d /usr/local/stow ; then
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])