From 26f8cd26e3a20d974a4c19935a772af2a9faf3dd Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 23 Nov 2008 12:14:53 +0100 Subject: NEWS --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3