summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--libdaemon/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f5a2045..ac122e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# USA
AC_PREREQ(2.59)
-AC_INIT([libdaemon],[0.9],[mzqnrzba (at) 0pointer (dot) de])
+AC_INIT([libdaemon],[0.10],[mzqnrzba (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([libdaemon/dfork.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall])
diff --git a/libdaemon/Makefile.am b/libdaemon/Makefile.am
index 026b39d..f0eb98f 100644
--- a/libdaemon/Makefile.am
+++ b/libdaemon/Makefile.am
@@ -38,4 +38,4 @@ libdaemon_la_SOURCES = \
daemon.h \
$(pkg_include_HEADERS)
-libdaemon_la_LDFLAGS = -version-info 2:3:2
+libdaemon_la_LDFLAGS = -version-info 2:4:2