diff options
author | Werner Koch <[email protected]> | 2006-03-08 09:11:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-03-08 09:11:34 +0000 |
commit | 01ba058eb057aaca653d29f94061502fdd00e970 (patch) | |
tree | 61f3448d798b7215cf2f0650faf2c49ef4f5d690 /configure.ac | |
parent | Security fix (diff) | |
download | gnupg-1.4.2.2.tar.gz gnupg-1.4.2.2.zip |
Backported verification fixes from 1.4.3-cvsgnupg-1.4.2.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d655e23ef..b657dbf0a 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.9.3" # Remember to change the version number immediately *after* a release # and remove the "-cvs" or "rc" suffix immediately *before* a release. -AC_INIT(gnupg, 1.4.2.1, [email protected]) +AC_INIT(gnupg, 1.4.2.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. |