* mh-e.el (mh-version): Add +git to version.
This commit is contained in:
parent
28a1ff3693
commit
e2203fb326
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
;; Author: Bill Wohler <wohler@newt.com>
|
||||
;; Maintainer: Bill Wohler <wohler@newt.com>
|
||||
;; Version: 8.6
|
||||
;; Version: 8.6+git
|
||||
;; Keywords: mail
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -127,7 +127,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.6" "Version number of MH-E.")
|
||||
(defconst mh-version "8.6+git" "Version number of MH-E.")
|
||||
|
||||
;; Variants
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue