diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-02-10 19:13:49 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-02-10 19:13:49 +0100 |
commit | d7f99c909c835c40db5c67a1844fd7de6f3dbe16 (patch) | |
tree | 67957ee3720b85b4210b2ba5838daa59e515c4ee | |
parent | db2cfcad3a65365b44977dded86b82c26128a928 (diff) |
make things ready for 0.3.6
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/flpsed.cxx | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ flpsed ChangeLog ================= +flpsed-0.3.6 + - Add support for PostScript Document Structure Convention. + - Pages can now be accessed in random order. + - Document sizes other than A4 are handled better. flpsed-0.3.5 - Add text color support. Click on the (initially) black button and diff --git a/configure.ac b/configure.ac index 28df23a..cdee12a 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.3.5, Johannes.Hofmann@gmx.de) +AC_INIT(flpsed, 0.3.6, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/GsWidget.H]) AC_CONFIG_HEADER(config.h) diff --git a/src/flpsed.cxx b/src/flpsed.cxx index a373cf4..0ea5930 100644 --- a/src/flpsed.cxx +++ b/src/flpsed.cxx @@ -245,7 +245,7 @@ void print_cb() { void about_cb() { fl_message("flpsed -- a pseudo PostScript editor\n" "Version %s\n\n" - "(c) Johannes Hofmann 2004, 2005\n\n" + "(c) Johannes Hofmann 2004-2006\n\n" "PostScript is a registered trademark of Adobe Systems", VERSION); } |