From 36d9a2725c7e03dc8031d5c8a892274bd4f7a222 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 2 Sep 2013 21:08:52 +0200 Subject: prepare 0.7.1 --- COPYING | 2 +- ChangeLog | 3 +++ Makefile.am | 2 +- configure.ac | 2 +- src/flpsed.cxx | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index f6f4769..0630134 120000 --- a/COPYING +++ b/COPYING @@ -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 diff --git a/ChangeLog b/ChangeLog index c0017df..f674f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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); } -- cgit v1.2.3