1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(mh-version): Set to 7.3+cvs.

This commit is contained in:
Bill Wohler 2003-04-25 17:18:24 +00:00
parent c8df97026c
commit aed6ee3840
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-04-25 Bill Wohler <wohler@newt.com>
* mh-e.el (mh-version): Set to 7.3+cvs.
2003-04-24 Bill Wohler <wohler@newt.com>
* Released MH-E version 7.3.

View File

@ -5,7 +5,7 @@
;; Author: Bill Wohler <wohler@newt.com>
;; Maintainer: Bill Wohler <wohler@newt.com>
;; Version: 7.3
;; Version: 7.3+cvs
;; Keywords: mail
;; This file is part of GNU Emacs.
@ -102,7 +102,7 @@
(defvar font-lock-auto-fontify)
(defvar font-lock-defaults)
(defconst mh-version "7.3" "Version number of MH-E.")
(defconst mh-version "7.3+cvs" "Version number of MH-E.")
;;; Autoloads
(autoload 'Info-goto-node "info")