diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-09-13 18:59:51 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-09-13 18:59:51 +0200 |
commit | f4e6323870d5bca2e3347957c7188fcac0720b16 (patch) | |
tree | d72f5ee16cacc1362d98586486f7f3c463f10573 | |
parent | 923394d61facebf3ec2c32ab8ecd6d2a4fbda217 (diff) |
cleanups for 0.1.0 release
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/gipfel.cxx | 10 |
3 files changed, 5 insertions, 9 deletions
@@ -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 <stdio.h> #include <string.h> #include <unistd.h> -#include <signal.h> #include <stdlib.h> -#include <sys/types.h> -#include <sys/wait.h> -#include <fcntl.h> -#include <errno.h> -#include <signal.h> #include <FL/Fl.H> #include <FL/Fl_Window.H> @@ -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); } |