summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2023-09-18 20:21:34 +0200
committerJohannes Hofmann <johannes.hofmann@gmx.de>2023-09-18 20:21:34 +0200
commit45425dd047b791fe63f13a46a3251c529cfffc94 (patch)
treead78fc3241a4398979ab9400af9261cb3c5842c3
parent90ae365a532c10534a63e7b5ade9f43512b33964 (diff)
prepare 0.4.1HEADmaster
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--src/gipfel.cxx4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 174294b..295cea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
gipfel ChangeLog
=================
+gipfel-0.4.1
+* fix compilation with newer Exiv2 library
+* fix compilation on NetBSD - by Thomas Klausner
+
gipfel-0.4.0
* Fix compilation with fltk-1.3.x.
* Use proper distance for distortion correction.
diff --git a/configure.ac b/configure.ac
index de66ce1..1766ac2 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.4.0, Johannes.Hofmann@gmx.de)
+AC_INIT(gipfel, 0.4.1, 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 0b8a693..bed5035 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -1,5 +1,5 @@
//
-// Copyright 2007-2014 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+// Copyright 2007-2023 Johannes Hofmann <Johannes.Hofmann@gmx.de>
//
// This software may be used and distributed according to the terms
// of the GNU General Public License, incorporated herein by reference.
@@ -279,7 +279,7 @@ void distortion_cb(Fl_Value_Input*, void*) {
void about_cb() {
fl_message("gipfel -- Photogrammetry for Mountain Images.\n"
"Version %s\n\n"
- "(c) Johannes Hofmann 2006-2014\n\n"
+ "(c) Johannes Hofmann 2006-2023\n\n"
"Homepage: http://flpsed.org/gipfel.html\n\n"
"Default datafile from http://www.viewfinderpanoramas.org/ and\n"
"http://www.alpin-koordinaten.de\n",