diff options
author | Bill Wohler <wohler@newt.com> | 2006-04-21 21:23:14 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-04-21 21:23:14 +0000 |
commit | d9ca64a98d02f5a3d196896b9f48c39e69e73d44 (patch) | |
tree | f15a1edd24eb8ffcde7d225a220e7ca6a655e251 /lisp/mh-e/mh-e.el | |
parent | 66f7848bb9d6e9d155a3ac0ce926e3751e880ca7 (diff) | |
download | emacs-d9ca64a98d02f5a3d196896b9f48c39e69e73d44.tar.gz |
Release MH-E version 7.94.
(Version, mh-version): Update for release 7.94.
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 9ae686d8950..c477245542f 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.93+cvs +;; Version: 7.94 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -136,7 +136,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.93+cvs" "Version number of MH-E.") +(defconst mh-version "7.94" "Version number of MH-E.") ;; Variants |