diff options
author | Bill Wohler <wohler@newt.com> | 2011-07-16 09:16:34 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2011-07-16 09:16:34 -0700 |
commit | b53a9f73f71ae87430f8341364b253a3466c117b (patch) | |
tree | 9ccd8cdb1fb2f7a408d27b609fa067637b25d2ff /lisp/mh-e/mh-e.el | |
parent | 8020905afef0ff70f4dacf890d81050a2eb54874 (diff) | |
download | emacs-b53a9f73f71ae87430f8341364b253a3466c117b.tar.gz |
* mh-e.el (Version, mh-version): Update for release 8.2.92.mh-e-8.2.92
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 51b41e854b0..1e7b07eb6dc 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -5,7 +5,7 @@ ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com> -;; Version: 8.2.91 +;; Version: 8.2.92 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -127,7 +127,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 "8.2.91" "Version number of MH-E.") +(defconst mh-version "8.2.92" "Version number of MH-E.") ;; Variants |