diff options
author | Werner Koch <[email protected]> | 2002-11-12 16:15:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-11-12 16:15:57 +0000 |
commit | d12195807cafc7daefab1702766c86f97bf68fc4 (patch) | |
tree | f633bab020324f0f04a3af51eb01fda12e2f4e73 /configure.ac | |
parent | * gpgkeys_ldap.c (get_key): Fix typo in deduping code. (diff) | |
download | gnupg-d12195807cafc7daefab1702766c86f97bf68fc4.tar.gz gnupg-d12195807cafc7daefab1702766c86f97bf68fc4.zip |
Preparing 1.3.1 release.V1-3-1
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 175282b99..98aa312ef 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.52) # 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.3.1-cvs, [email protected]) +AC_INIT(gnupg, 1.3.1, [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. |