From e2203fb3260d959661eba307db0e289143698c5e Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sun, 17 Jan 2016 14:37:39 -0800 Subject: [PATCH] * mh-e.el (mh-version): Add +git to version. --- lisp/mh-e/mh-e.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index c900248c9b6..20029f8e0b5 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -5,7 +5,7 @@ ;; Author: Bill Wohler ;; Maintainer: Bill Wohler -;; 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 -- 2.39.2