diff options
author | Bill Wohler <wohler@newt.com> | 2006-02-18 23:38:39 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-02-18 23:38:39 +0000 |
commit | 803c30445df398079c245c837354c67528afd605 (patch) | |
tree | 302019348ca37493c2e007ce32a50175fc15d320 | |
parent | dee503e5c3fc1663e1e4fbd7eb7f2c93532134c3 (diff) | |
download | emacs-803c30445df398079c245c837354c67528afd605.tar.gz |
(Version, mh-version): Add +cvs to version.
-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 6997c2ef8fa..ae122bca29d 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,5 +1,9 @@ 2006-02-18 Bill Wohler <wohler@newt.com> + * mh-e.el (Version, mh-version): Add +cvs to version. + +2006-02-18 Bill Wohler <wohler@newt.com> + Release MH-E version 7.92. * mh-e.el (Version, mh-version): Update for release 7.92. diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 2c764e2e79b..f6b737c26f7 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.92 +;; Version: 7.92+cvs ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -121,7 +121,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.92" "Version number of MH-E.") +(defconst mh-version "7.92+cvs" "Version number of MH-E.") ;; Variants |