From 8dee43cc0bd54d7a23a7d6dadc760d62ae4e2795 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 22 Oct 2004 19:48:12 +0000 Subject: [PATCH] Releasing 1.9.12 --- ChangeLog | 2 ++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a51c9557..4751d4dca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-10-22 Werner Koch + Released 1.9.12. + * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball. 2004-10-01 Werner Koch diff --git a/NEWS b/NEWS index b48546877..cbc64d0a2 100644 --- a/NEWS +++ b/NEWS @@ -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, gnupg-devel@gnupg.org) +AC_INIT(gnupg, 1.9.12, 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.