diff options
author | Bill Wohler <wohler@newt.com> | 2006-03-05 20:28:10 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-03-05 20:28:10 +0000 |
commit | b1d9cef430774f49a0ee6e2c9fbaecd63cd47e07 (patch) | |
tree | bd10acf197213e4dbf0c2a502d6698f47efb5f62 /lisp/mh-e/mh-e.el | |
parent | fd5536d8e25c8de905a1a06ce96e8f0e233d9920 (diff) | |
download | emacs-b1d9cef430774f49a0ee6e2c9fbaecd63cd47e07.tar.gz |
(Version, mh-version): Update for release 7.93.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index fa4df0873b1..ba2ea7f1bf2 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -6,7 +6,7 @@ ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com> -;; Version: 7.92+cvs +;; Version: 7.93 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -116,7 +116,7 @@ ;; Try to keep variables local to a single file. Provide accessors if ;; variables are shared. Use this section as a last resort. -(defconst mh-version "7.92+cvs" "Version number of MH-E.") +(defconst mh-version "7.93" "Version number of MH-E.") ;; Variants |