diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-10-31 22:28:40 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-10-31 22:28:40 +0200 |
commit | e5a6156437ab391e79069a4b25c134791e2df49c (patch) | |
tree | f7a1668cee916a39709587c8fd2e55abb8e25d6f | |
parent | cad19b81063c32097165aea1f8af7adfe13f77a4 (diff) |
final touches for 0.1.1 release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da9ef22..09185c6 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.0, Johannes.Hofmann@gmx.de) +AC_INIT(gipfel, 0.1.1, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/Panorama.H]) AC_CONFIG_HEADER(config.h) |