branch: elpa/anzu
commit 8fe3d080ffe82d56ed34bf9ae9e44f10db171ff4
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 6268043321..db79951555 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.32 2014/03/08 syohex
+ - Specify Emacs version
+
Revision 0.31 2014/03/07 syohex
- Enable lexical-binding
- Update requirement cl-lib.el version
diff --git a/anzu.el b/anzu.el
index d0c1e199f1..5767fcc09e 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.31
+;; Version: 0.32
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify