* mu4e-version.el.in: use @VERSION@, not @PACKAGE_STRING@ to compare the version

This commit is contained in:
djcb 2012-04-10 09:08:29 +03:00
parent d0ff61b98a
commit b2f3610c65
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;; auto-generated
(defconst mu4e-mu-version "@PACKAGE_STRING@"
(defconst mu4e-mu-version "@VERSION@"
"Required mu binary version; mu4e's verson must agree with
this.")