branch: scratch/editorconfig-cc
commit 8b5d83be827c9d70b61e42cefe737ebc94542186
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version: 0.7.1
---
bin/editorconfig-el | 2 +-
editorconfig-core-handle.el | 2 +-
editorconfig-core.el | 4 ++--
editorconfig-fnmatch.el | 2 +-
editorconfig.el | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/editorconfig-el b/bin/editorconfig-el
index 5c4701742a..f23d9ba24a 100755
--- a/bin/editorconfig-el
+++ b/bin/editorconfig-el
@@ -8,7 +8,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index c175e85d76..3d7135fc28 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index f4f855d87d..e356b54285 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-fnmatch "0.6.2") (cl-lib "0.5"))
@@ -71,7 +71,7 @@
(defconst editorconfig-core-version
- "0.7.0"
+ "0.7.1"
"EditorConfig core version.")
(defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index c805cbf112..fa1b6aac93 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; Package-Requires: ((cl-lib "0.5"))
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
diff --git a/editorconfig.el b/editorconfig.el
index c3759ad837..3188460df8 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2015 EditorConfig Team
;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((editorconfig-core "0.6.2"))