diff options
author | Werner Koch <[email protected]> | 2003-11-17 12:20:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-11-17 12:20:11 +0000 |
commit | fbb2d9de15df27c26a1c17fbd714c54597e92677 (patch) | |
tree | 1db0b1145a5113c06cb88aefcf6d610f1804570d /configure.ac | |
parent | 2003-11-16 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-fbb2d9de15df27c26a1c17fbd714c54597e92677.tar.gz gnupg-fbb2d9de15df27c26a1c17fbd714c54597e92677.zip |
Preparing for 1.9.2 release.V1-9-2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 1c6269f49..8886d5075 100644 --- a/configure.ac +++ b/configure.ac @@ -22,14 +22,14 @@ AC_PREREQ(2.52) # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.2-cvs, [email protected]) +AC_INIT(gnupg, 1.9.2, [email protected]) # Set development_version to yes if the minor number is odd or you # feel that the default check for a development version is not # sufficient. development_version=yes -NEED_GPG_ERROR_VERSION=0.4 -NEED_LIBGCRYPT_VERSION=1.1.43 -NEED_LIBASSUAN_VERSION=0.6.0 +NEED_GPG_ERROR_VERSION=0.6 +NEED_LIBGCRYPT_VERSION=1.1.90 +NEED_LIBASSUAN_VERSION=0.6.1 NEED_KSBA_VERSION=0.9.0 NEED_OPENSC_VERSION=0.8.0 @@ -948,7 +948,7 @@ if test "$have_ksba" = "no"; then *** *** You need libksba to build this program. *** This library is for example available at -*** ftp://ftp.gnupg.org/pub/gcrypt/alpha/aegypten/ +*** ftp://ftp.gnupg.org/pub/gcrypt/alpha/libksba/ *** (at least version $NEED_KSBA_VERSION is required). ***]]) fi |