branch: elpa/rainbow-delimiters
commit 6e4efb11f01a01713b7af4df24414ec1c8bcd2af
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Don't hard-code version in the elisp: rely on tags instead
MELPA Stable will obtain the version from the tags, and that should be
the canonical version number.
---
rainbow-delimiters.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 95a2ee7eaa..083da97362 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -4,7 +4,7 @@
;; Author: Jeremy Rayman <[email protected]>
;; Maintainer: Jeremy Rayman <[email protected]>
;; Created: 2010-09-02
-;; Version: 1.3.5
+;; Version: DEV
;; Keywords: faces, convenience, lisp, matching, tools, rainbow, rainbow
parentheses, rainbow parens
;; EmacsWiki: http://www.emacswiki.org/emacs/RainbowDelimiters
;; Github: http://github.com/jlr/rainbow-delimiters