summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-24 22:15:21 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-24 22:15:21 +0100
commitd9fe0f1715750d5b447806954d0fa85b9724c769 (patch)
treef402226f990d9b8974f900fa32fc8b62e64cca81 /configure.ac
parent4f12a665cfd96326108aabf6e8a69f4ab205b8cb (diff)
use strsep replacement in pnmcurvedit toorel_0_0_4
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 fea3bd6..efde8cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(pnmcurve, 0.0.3, Johannes.Hofmann@gmx.de)
+AC_INIT(pnmcurve, 0.0.4, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/pnmcurve.c])
AC_CONFIG_HEADER(config.h)