diff options
author | Werner Koch <wk@gnupg.org> | 2004-04-06 13:40:28 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-04-06 13:40:28 +0200 |
commit | b361a6addc80ce618909dad898876208f0ba28a7 (patch) | |
tree | ffcf486166de7471b32c63ecd3e2fa25d074a85c | |
parent | * configure.ac: Require libgcrypt 1.1.94. (diff) | |
download | gnupg2-1-9-7.tar.xz gnupg2-1-9-7.zip |
About to release 1.9.7V1-9-7
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2004-04-06 Werner Koch <wk@gnupg.org> + Released 1.9.7. + * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.9.7 +Noteworthy changes in version 1.9.7 (2004-04-06) ------------------------------------------------ * Instrumented the modules for gpgconf. diff --git a/configure.ac b/configure.ac index 8c167f9e2..a3a4e3d0b 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ min_automake_version="1.7.6" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.7-cvs, gnupg-devel@gnupg.org) +AC_INIT(gnupg, 1.9.7, gnupg-devel@gnupg.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. |