diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-07-16 16:05:07 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-07-16 16:05:07 +0200 |
commit | 1c3b741a5d1aeaebba2d89f480b43d118a0e4bbf (patch) | |
tree | e1e014f21f1ecc004f7ecf8c658f5c00ec3a795f | |
parent | 95aa46d66ef547374ebcf2a565fc228f4574a7cd (diff) |
bump version to 0.3.8
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2abd73..259fbc2 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.3.7, Johannes.Hofmann@gmx.de) +AC_INIT(flpsed, 0.3.8, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/GsWidget.H]) AC_CONFIG_HEADER(config.h) |