diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -1,8 +1,10 @@ flpsed ChangeLog ================= -flpsed-0.5.4 +flpsed-0.7.0 * Detect pdf by looking at magic number instead of file extension. +* Bring in utf8 changes from fltk2 based version to make it work + with fltk-1.3. flpsed is now officially based on fltk-1.3.x. flpsed-0.5.3 * Fix warnings (reported by Kapil Hari Paranjape). @@ -40,8 +40,8 @@ Restrictions: Building: - flpsed only works on X11-based systems. - You need to have ghostscript installed. -- You need to have fltk-1.1.x from www.fltk.org installed. -- Unpack the tarball and type "./configire", "make", and "make install". +- You need to have fltk-1.3.x from www.fltk.org installed. +- Unpack the tarball and type "./configure", "make", and "make install". diff --git a/configure.ac b/configure.ac index 347ba4f..c878a6c 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(flpsed, 0.5.3, Johannes.Hofmann@gmx.de) +AC_INIT(flpsed, 0.7.0, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/GsWidget.H]) AC_CONFIG_HEADER(config.h) |