branch: elpa/goto-chg
commit 6cb244922b733358fd6985b36c4b87ef2e177293
Author: Vasilij Schneidermann <[email protected]>
Commit: Vasilij Schneidermann <[email protected]>
Bump version
---
goto-chg.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/goto-chg.el b/goto-chg.el
index 101c267..94b81ba 100644
--- a/goto-chg.el
+++ b/goto-chg.el
@@ -23,7 +23,7 @@
;; Author: David Andersson <l.david.andersson(at)sverige.nu>
;; Maintainer: Vasilij Schneidermann <[email protected]>
;; Created: 16 May 2002
-;; Version: 1.7
+;; Version: 1.7.1
;; Keywords: convenience, matching
;;
;;; Commentary:
@@ -49,6 +49,8 @@
;;--------------------------------------------------------------------
;; History
;;
+;; Ver 1.7.1 2017-12-31 Vasilij Schneidermann
+;; Fix byte-compiler warnings
;; Ver 1.7 2017-09-17 Vasilij Schneidermann
;; Make it work with undo-tree-mode (see
;; <https://github.com/martinp26/goto-chg>)