aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-02-03 23:28:28 +0000
committerBill Wohler2006-02-03 23:28:28 +0000
commitd4ff848f77312b15140cf3d3086a24878a5082c6 (patch)
tree787de4c583a2cbeb46b3288b518d1800ff6bf10c
parent5384dc93e532cfb33f6ba31d212b357ad6f0d082 (diff)
downloademacs-d4ff848f77312b15140cf3d3086a24878a5082c6.tar.gz
emacs-d4ff848f77312b15140cf3d3086a24878a5082c6.zip
(Version, mh-version): Add +cvs to version.
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-e.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 25bb94e9f26..8d8b64c75fb 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,9 @@
12006-02-03 Bill Wohler <wohler@newt.com> 12006-02-03 Bill Wohler <wohler@newt.com>
2 2
3 * mh-e.el (Version, mh-version): Add +cvs to version.
4
52006-02-03 Bill Wohler <wohler@newt.com>
6
3 Release MH-E version 7.91. 7 Release MH-E version 7.91.
4 8
5 * mh-e.el (Version, mh-version): Update for release 7.91. 9 * mh-e.el (Version, mh-version): Update for release 7.91.
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 945ce635cab..9be827a8071 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -6,7 +6,7 @@
6 6
7;; Author: Bill Wohler <wohler@newt.com> 7;; Author: Bill Wohler <wohler@newt.com>
8;; Maintainer: Bill Wohler <wohler@newt.com> 8;; Maintainer: Bill Wohler <wohler@newt.com>
9;; Version: 7.91 9;; Version: 7.91+cvs
10;; Keywords: mail 10;; Keywords: mail
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
@@ -121,7 +121,7 @@
121;; Try to keep variables local to a single file. Provide accessors if 121;; Try to keep variables local to a single file. Provide accessors if
122;; variables are shared. Use this section as a last resort. 122;; variables are shared. Use this section as a last resort.
123 123
124(defconst mh-version "7.91" "Version number of MH-E.") 124(defconst mh-version "7.91+cvs" "Version number of MH-E.")
125 125
126;; Variants 126;; Variants
127 127