diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gipfel.spec | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9d9a4e0..f15cf0a 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.2.9, Johannes.Hofmann@gmx.de) +AC_INIT(gipfel, 0.3.0, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/Panorama.H]) AC_CONFIG_HEADER(config.h) diff --git a/gipfel.spec b/gipfel.spec index 53412f6..4c58076 100644 --- a/gipfel.spec +++ b/gipfel.spec @@ -1,7 +1,7 @@ Name: gipfel Summary: gipfel - Photogrammetry For Mountain Images -Version: 0.2.9 -Release: 2.1 +Version: 0.3.0 +Release: 3.1 URL: http://www.ecademix.com/JohannesHofmann/gipfel.html BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.gz @@ -40,6 +40,8 @@ rm -rf $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name} %{_datadir}/%{name}/gipfel.dat %changelog +* Tue Apr 7 2009 Johannes Hofmann <Johannes.Hofmann@gmx.de> +- update to gipfel-0.3.0 * Thu Mar 26 2009 Johannes Hofmann <Johannes.Hofmann@gmx.de> - update to gipfel-0.2.9 * Sun Mar 22 2009 Johannes Hofmann <Johannes.Hofmann@gmx.de> |