From f4e6323870d5bca2e3347957c7188fcac0720b16 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 13 Sep 2005 18:59:51 +0200 Subject: cleanups for 0.1.0 release --- README | 2 +- configure.ac | 2 +- src/gipfel.cxx | 10 +++------- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README b/README index 385dd8d..46d737c 100644 --- a/README +++ b/README @@ -153,4 +153,4 @@ results of gipfel. Johannes Hofmann (Johannes.Hofmann@gmx.de) -Aug 15, 2005 +Sep 12, 2005 diff --git a/configure.ac b/configure.ac index 088b07a..da9ef22 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(gipfel, 0.0.1, Johannes.Hofmann@gmx.de) +AC_INIT(gipfel, 0.1.0, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/Panorama.H]) AC_CONFIG_HEADER(config.h) diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 3f48877..373d82a 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -24,13 +24,7 @@ #include #include #include -#include #include -#include -#include -#include -#include -#include #include #include @@ -169,7 +163,9 @@ void guess_cb(Fl_Widget *, void *) { void about_cb() { fl_message("gipfel -- and you know what you see.\n" "Version %s\n\n" - "(c) Johannes Hofmann 2005\n", VERSION); + "(c) Johannes Hofmann 2005\n\n" + "Default datafile by http://www.alpin-koordinaten.de\n", + VERSION); } -- cgit v1.2.3