diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) |
