diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 12:14:53 +0100 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 12:14:53 +0100 |
| commit | 26f8cd26e3a20d974a4c19935a772af2a9faf3dd (patch) | |
| tree | 288617e0bf2a5b9c99f9bec58598cd6f5dff21df | |
| parent | 9fa704d5c067d766df8e7cf9b35fa029b0b6770a (diff) | |
NEWS
| -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) |
