diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-07-07 19:58:38 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-07-07 19:58:38 +0200 |
commit | a7e2c2c748d6efba60c6895ef32f06035cfda337 (patch) | |
tree | becf9b2c85d15654e9a6733042a24b7e38dc63d7 | |
parent | 77c23bca0c6a0546d013d52da39e1b9f1bcedb95 (diff) |
prepare 0.5.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b5d00ff..ee34d6c 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(flpsed, 0.5.1_pre1, Johannes.Hofmann@gmx.de) +AC_INIT(flpsed, 0.5.1, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/GsWidget.H]) AC_CONFIG_HEADER(config.h) |