diff options
author | Bill Wohler <wohler@newt.com> | 2011-11-20 12:31:38 -0800 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2011-11-20 12:31:38 -0800 |
commit | 721b7c9880e9ccd5efd94093618c88b0f311f59c (patch) | |
tree | b4cc4081b114c83a0198b9b74668e5acba9ca9e6 /lisp/mh-e/mh-e.el | |
parent | f4e90db08baefabd5281d122d90c06cee71b2656 (diff) | |
download | emacs-721b7c9880e9ccd5efd94093618c88b0f311f59c.tar.gz |
* mh-e.el (Version, mh-version): Update for release 8.3.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 b614cdb7991..77ff914b0cc 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.3 +;; Version: 8.3.1 ;; 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.3" "Version number of MH-E.") +(defconst mh-version "8.3.1" "Version number of MH-E.") ;; Variants |