diff options
| author | Bill Wohler | 2011-07-16 09:16:34 -0700 |
|---|---|---|
| committer | Bill Wohler | 2011-07-16 09:16:34 -0700 |
| commit | b53a9f73f71ae87430f8341364b253a3466c117b (patch) | |
| tree | 9ccd8cdb1fb2f7a408d27b609fa067637b25d2ff | |
| parent | 8020905afef0ff70f4dacf890d81050a2eb54874 (diff) | |
| download | emacs-b53a9f73f71ae87430f8341364b253a3466c117b.tar.gz emacs-b53a9f73f71ae87430f8341364b253a3466c117b.zip | |
* mh-e.el (Version, mh-version): Update for release 8.2.92.mh-e-8.2.92
| -rw-r--r-- | lisp/mh-e/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index df4edcc75e1..431c15b2346 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-16 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Release MH-E version 8.2.92. | ||
| 4 | |||
| 5 | * mh-e.el (Version, mh-version): Update for release 8.2.92. | ||
| 6 | |||
| 1 | 2011-07-12 Bill Wohler <wohler@newt.com> | 7 | 2011-07-12 Bill Wohler <wohler@newt.com> |
| 2 | 8 | ||
| 3 | Release MH-E version 8.2.91. | 9 | Release MH-E version 8.2.91. |
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 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
| 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 7 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
| 8 | ;; Version: 8.2.91 | 8 | ;; Version: 8.2.92 |
| 9 | ;; Keywords: mail | 9 | ;; Keywords: mail |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -127,7 +127,7 @@ | |||
| 127 | ;; Try to keep variables local to a single file. Provide accessors if | 127 | ;; Try to keep variables local to a single file. Provide accessors if |
| 128 | ;; variables are shared. Use this section as a last resort. | 128 | ;; variables are shared. Use this section as a last resort. |
| 129 | 129 | ||
| 130 | (defconst mh-version "8.2.91" "Version number of MH-E.") | 130 | (defconst mh-version "8.2.92" "Version number of MH-E.") |
| 131 | 131 | ||
| 132 | ;; Variants | 132 | ;; Variants |
| 133 | 133 | ||