summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-02-08 20:17:39 +0000
committerLennart Poettering <lennart@poettering.net>2004-02-08 20:17:39 +0000
commitfff36c813f28c8fee1904e3bfa032565f4db1024 (patch)
tree6b3fe74eb097edeb9bc8c861704364a0190571fc /configure.ac
parent74229094319e534c8c3ccef9ec842ae71b75b4b8 (diff)
Signal fixes
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@56 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9a6fc0..0a73646 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.59)
-AC_INIT([libdaemon],[0.4],[mzqnrzba (at) 0pointer (dot) de])
+AC_INIT([libdaemon],[0.5],[mzqnrzba (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/dfork.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])