From bf247b6ed0b5e96845e785302bdaa97fcf6a8b84 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 9 Feb 2005 15:50:47 +0000 Subject: Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50. --- lisp/gnus/mml-sec.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/gnus/mml-sec.el') diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index 8bd2ed784ad..cdfc378bab3 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el @@ -43,7 +43,7 @@ (defcustom mml-default-sign-method "pgpmime" "Default sign method. The string must have an entry in `mml-sign-alist'." - :version "21.4" + :version "22.1" :type '(choice (const "smime") (const "pgp") (const "pgpauto") @@ -61,7 +61,7 @@ The string must have an entry in `mml-sign-alist'." (defcustom mml-default-encrypt-method "pgpmime" "Default encryption method. The string must have an entry in `mml-encrypt-alist'." - :version "21.4" + :version "22.1" :type '(choice (const "smime") (const "pgp") (const "pgpauto") @@ -85,7 +85,7 @@ Note that the output generated by using a `combined' mode is NOT understood by all PGP implementations, in particular PGP version 2 does not support it! See Info node `(message)Security' for details." - :version "21.4" + :version "22.1" :group 'message :type '(repeat (list (choice (const :tag "S/MIME" "smime") (const :tag "PGP" "pgp") -- cgit v1.2.1