diff options
author | Werner Koch <[email protected]> | 2004-10-22 19:48:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-22 19:48:12 +0000 |
commit | 8dee43cc0bd54d7a23a7d6dadc760d62ae4e2795 (patch) | |
tree | b8592ed4f0bc4f801610fb94c3691f5e60d22a65 | |
parent | Compile fixes. (diff) | |
download | gnupg-8dee43cc0bd54d7a23a7d6dadc760d62ae4e2795.tar.gz gnupg-8dee43cc0bd54d7a23a7d6dadc760d62ae4e2795.zip |
Releasing 1.9.12V1-9-12
-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-10-22 Werner Koch <[email protected]> + Released 1.9.12. + * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball. 2004-10-01 Werner Koch <[email protected]> @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.9.12 +Noteworthy changes in version 1.9.12 (2004-10-22) ------------------------------------------------- * [scdaemon] Partly rewrote the PC/SC code. diff --git a/configure.ac b/configure.ac index 5fd8efe42..d87156be6 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.12-cvs, [email protected]) +AC_INIT(gnupg, 1.9.12, [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. |