diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-09-02 21:08:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-09-02 21:08:52 +0200 |
commit | 36d9a2725c7e03dc8031d5c8a892274bd4f7a222 (patch) | |
tree | aaebe0aed99097e898c528dba0d5e391ee8c0d30 | |
parent | c0337793b4c2cc98c2560c04dd3fced89e8b7207 (diff) |
prepare 0.7.1
l--------- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/flpsed.cxx | 2 |
5 files changed, 7 insertions, 4 deletions
@@ -1 +1 @@ -/usr/pkg/share/automake-1.11/COPYING
\ No newline at end of file +/usr/local/share/automake-1.14/COPYING
\ No newline at end of file @@ -1,6 +1,9 @@ flpsed ChangeLog ================= +flpsed-0.7.1 +* Add icon and desktop file. (by Luis Alberto) + 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 diff --git a/Makefile.am b/Makefile.am index acbd977..3e25a52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = src man_MANS=flpsed.1 -EXTRA_DIST= $(man_MANS) +EXTRA_DIST= $(man_MANS) flpsed.desktop flpsed.png flpsed.svg diff --git a/configure.ac b/configure.ac index c878a6c..1bfd3e5 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.7.0, Johannes.Hofmann@gmx.de) +AC_INIT(flpsed, 0.7.1, 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 6f10d26..bf376bc 100644 --- a/src/flpsed.cxx +++ b/src/flpsed.cxx @@ -338,7 +338,7 @@ void print_cb() { void about_cb() { fl_message("flpsed -- a PostScript annotator\n" "Version %s\n\n" - "(c) Johannes Hofmann 2004-2009\n\n" + "(c) Johannes Hofmann 2004-2013\n\n" "PostScript is a registered trademark of Adobe Systems", VERSION); } |