From 63452c5ab0f8a7cb5f135378973aa5d1f7b3b90c Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 9 Aug 2006 22:13:24 +0200 Subject: prepare for 0.1.3 release --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a9a7011..4052456 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ gipfel ChangeLog ================= +gipfel-0.1.3 + - Add stitching mode (gipfel -s). See README for details. + gipfel-0.1.2 - Fix bugs for "Normal Projection" and "Panoramic Projection" mode. Panorama mode now works with the great view from Mount Everest by diff --git a/configure.ac b/configure.ac index 74c693a..1b5d0ac 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.1.2, Johannes.Hofmann@gmx.de) +AC_INIT(gipfel, 0.1.3, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/Panorama.H]) AC_CONFIG_HEADER(config.h) -- cgit v1.2.3