X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-version.el.tmpl;h=88cc01ce1378f03f0c44afaeb00533075436181e;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hp=236aaf7dce38a46d4a1bcb193d1b0a64762a61c6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5;p=notmuch diff --git a/emacs/notmuch-version.el.tmpl b/emacs/notmuch-version.el.tmpl index 236aaf7d..88cc01ce 100644 --- a/emacs/notmuch-version.el.tmpl +++ b/emacs/notmuch-version.el.tmpl @@ -1,3 +1,4 @@ +;;; notmuch-version.el --- Version of notmuch ;; -*- emacs-lisp -*- ;; ;; %AG% @@ -17,7 +18,11 @@ ;; You should have received a copy of the GNU General Public License ;; along with Notmuch. If not, see . +;;; Code: + (defconst notmuch-emacs-version %VERSION% "Version of Notmuch Emacs MUA.") (provide 'notmuch-version) + +;;; notmuch-version.el ends here