* 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

View File

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