diff options
author | Bill Wohler <wohler@newt.com> | 2006-06-21 05:12:13 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-06-21 05:12:13 +0000 |
commit | 737abde8f65d8caecfa1f5a620b28d8ae1de58c7 (patch) | |
tree | b6c2dd5792afc8ed4b3e9a922ddfd6deadded14d /lisp/mh-e/mh-e.el | |
parent | a2064b094cde59c0cf9455c7f9a49b2bed967852 (diff) | |
download | emacs-737abde8f65d8caecfa1f5a620b28d8ae1de58c7.tar.gz |
(Version, mh-version): Update for release 8.0.1.
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 28fff81e93b..80f0fedeb6e 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: 8.0 +;; Version: 8.0.1 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -133,7 +133,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.0" "Version number of MH-E.") +(defconst mh-version "8.0.1" "Version number of MH-E.") ;; Variants |