Mercurial > emacs
changeset 69305:7b2c4c12503a
(Version, mh-version): Add +cvs to version.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 06 Mar 2006 16:00:19 +0000 |
parents | 55d8c694b9cf |
children | 4a1a9b4c39a6 |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-e.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Mon Mar 06 10:27:26 2006 +0000 +++ b/lisp/mh-e/ChangeLog Mon Mar 06 16:00:19 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-06 Bill Wohler <wohler@newt.com> + + * mh-e.el (Version, mh-version): Add +cvs to version. + 2006-03-05 Satyaki Das <satyaki@theforce.stanford.edu> * mh-search.el (mh-index-update-single-msg): Fix a bug in the
--- a/lisp/mh-e/mh-e.el Mon Mar 06 10:27:26 2006 +0000 +++ b/lisp/mh-e/mh-e.el Mon Mar 06 16:00:19 2006 +0000 @@ -6,7 +6,7 @@ ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com> -;; Version: 7.93 +;; Version: 7.93+cvs ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -116,7 +116,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" "Version number of MH-E.") +(defconst mh-version "7.93+cvs" "Version number of MH-E.") ;; Variants