summaryrefslogtreecommitdiff
path: root/lisp/gnus/smime.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
committerKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/gnus/smime.el
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/gnus/smime.el')
-rw-r--r--lisp/gnus/smime.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el
index 954447702bd..1d20a3f5c58 100644
--- a/lisp/gnus/smime.el
+++ b/lisp/gnus/smime.el
@@ -150,7 +150,7 @@ certificate."
(defcustom smime-CA-file nil
"*Files containing certificates for CAs you trust.
File should contain certificates in PEM format."
- :version "21.4"
+ :version "22.1"
:type '(choice (const :tag "none" nil)
file)
:group 'smime)
@@ -178,7 +178,7 @@ and the files themself should be in PEM format."
(defcustom smime-encrypt-cipher "-des3"
"*Cipher algorithm used for encryption."
- :version "21.4"
+ :version "22.1"
:type '(choice (const :tag "Triple DES" "-des3")
(const :tag "DES" "-des")
(const :tag "RC2 40 bits" "-rc2-40")
@@ -210,7 +210,7 @@ At least OpenSSL version 0.9.7 is required for this to work."
(defcustom smime-dns-server nil
"*DNS server to query certificates from.
If nil, use system defaults."
- :version "21.4"
+ :version "22.1"
:type '(choice (const :tag "System defaults")
string)
:group 'smime)