diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index fc26128..dc2bd1a 100644 --- a/configure.ac +++ b/configure.ac @@ -18,12 +18,12 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57) -min_automake_version="1.7.6" +AC_PREREQ(2.59) +min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(libassuan, 0.6.9-cvs, [email protected]) +AC_INIT(libassuan, 0.6.9, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |