diff options
| author | Bill Wohler <wohler@newt.com> | 2007-09-11 04:41:39 +0000 |
|---|---|---|
| committer | Bill Wohler <wohler@newt.com> | 2007-09-11 04:41:39 +0000 |
| commit | ad1e74992badbb0fb0baf075a0e22608ca8ff575 (patch) | |
| tree | a9db42efdb6b004c1079ce55d7d83684d99731cd | |
| parent | 18a4a65eed0f9f7ee1247fa00c488dba6e6b5a0e (diff) | |
| download | emacs-ad1e74992badbb0fb0baf075a0e22608ca8ff575.tar.gz | |
(Version, mh-version): Add +cvs to version.
| -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 8c8446e1b7c..faec4db35b7 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.3 +;; Version: 8.0.3+cvs ;; 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.3" "Version number of MH-E.") +(defconst mh-version "8.0.3+cvs" "Version number of MH-E.") ;; Variants |
