branch: scratch/editorconfig-cc commit 649e64510605f829f5404b6416d528a51b452ef4 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version to 0.7.2 --- 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 6e63e04f35..5bba164bae 100755 --- a/bin/editorconfig-el +++ b/bin/editorconfig-el @@ -8,7 +8,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.1 +;; Version: 0.7.2 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el index 5076f5c21c..bf56d44160 100644 --- a/editorconfig-core-handle.el +++ b/editorconfig-core-handle.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.1 +;; Version: 0.7.2 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig-core.el b/editorconfig-core.el index c00a5a0f82..2db6a83415 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.1 +;; Version: 0.7.2 ;; 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.1" + "0.7.2" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el index f98363879b..d7b1dc57d0 100644 --- a/editorconfig-fnmatch.el +++ b/editorconfig-fnmatch.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.1 +;; Version: 0.7.2 ;; Package-Requires: ((cl-lib "0.5")) ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme diff --git a/editorconfig.el b/editorconfig.el index c826c0983c..ff0f662587 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.1 +;; Version: 0.7.2 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((editorconfig-core "0.6.2"))