diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-14 08:49:27 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-14 08:49:27 +0100 |
commit | d0b9eff4b6945635227e9e1dd922552a038846b0 (patch) | |
tree | ef4d2ebf6808dba98a69761f9227403b38dffdee /configure.ac | |
parent | (read_passphrase_from_fd): Fixed memory leak. (diff) | |
download | gnupg2-d0b9eff4b6945635227e9e1dd922552a038846b0.tar.xz gnupg2-d0b9eff4b6945635227e9e1dd922552a038846b0.zip |
Prepared for last 1.4 release candidate
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 254aeb199..073ae79dd 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.7.9" # 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.93-cvs, bug-gnupg@gnu.org) +AC_INIT(gnupg, 1.3.93, bug-gnupg@gnu.org) # 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. |