diff options
| author | Bill Wohler <wohler@newt.com> | 2006-04-21 21:59:54 +0000 | 
|---|---|---|
| committer | Bill Wohler <wohler@newt.com> | 2006-04-21 21:59:54 +0000 | 
| commit | 237ad50745734708b21da1f331f3ea5a6363c5ce (patch) | |
| tree | 8b00a4a3fc6d01ee2b362c5baebb1a1d5d985935 /lisp | |
| parent | d95ebe75a0471e700cfddecb68329f9970c128c4 (diff) | |
| download | emacs-237ad50745734708b21da1f331f3ea5a6363c5ce.tar.gz | |
(Version, mh-version): Add +cvs to version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 75b64c80ece..d46e842a97b 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,5 +1,9 @@  2006-04-21  Bill Wohler  <wohler@newt.com> +	* mh-e.el (Version, mh-version): Add +cvs to version. + +2006-04-21  Bill Wohler  <wohler@newt.com> +  	Release MH-E version 7.94.  	* mh-e.el (Version, mh-version): Update for release 7.94. diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index c477245542f..e84d720cb62 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.94 +;; Version: 7.94+cvs  ;; 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.94" "Version number of MH-E.") +(defconst mh-version "7.94+cvs" "Version number of MH-E.")  ;; Variants | 
