From 7067029368ab389b92f5a7329899188d47f191ba Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 2 Oct 2008 13:40:05 +0200 Subject: Bumping version (and version info for the library). This will allow to explicitly check for support of the new extensions (like verbosity). --- configure.ac | 4 ++-- 1 file 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} ***]) -- cgit