branch: externals/compat
commit ecab69ce57e606f93f7f26d4bb976b49cb79bf16
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Use different version string
The -dev string doesn't seem to be supported when calling
`package-install-from-buffer'.
---
compat.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat.el b/compat.el
index 6741dbb56e..0370fa1c8b 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <[email protected]>, Daniel Mendler
<[email protected]>
;; Maintainer: Daniel Mendler <[email protected]>, Compat Development
<~pkal/[email protected]>
-;; Version: 29.1.0.0-dev
+;; Version: 29.1.0.0-git
;; URL: https://github.com/emacs-compat/compat
;; Package-Requires: ((emacs "24.4") (nadvice "0.3"))
;; Keywords: lisp