summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f10f44a..c41e6c7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ pnmcurve ChangeLog
pnmcurve-0.0.3
- Don't link pnmcurve with fltk.
+ - Add strsep replacement from glibc for platforms without
+ strsep.
pnmcurve-0.0.2
- Add pnmcurvedit a graphical editor for tone curves.
diff --git a/configure.ac b/configure.ac
index b4044f3..fea3bd6 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.2, Johannes.Hofmann@gmx.de)
+AC_INIT(pnmcurve, 0.0.3, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/pnmcurve.c])
AC_CONFIG_HEADER(config.h)