branch: scratch/editorconfig-cc commit 34ad61d6f8b9d1124fd79349948f26166984d220 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version to 0.7.7 --- editorconfig-conf-mode.el | 1 - editorconfig-core.el | 2 +- editorconfig.el | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/editorconfig-conf-mode.el b/editorconfig-conf-mode.el index 2c2b6ea73e..e7bf53e014 100644 --- a/editorconfig-conf-mode.el +++ b/editorconfig-conf-mode.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.6 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig-core.el b/editorconfig-core.el index a1abb1b5a8..46204960c6 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -69,7 +69,7 @@ (defconst editorconfig-core-version - "0.7.6" + "0.7.7" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig.el b/editorconfig.el index 0c9d7f343c..3c8ceb08a6 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.6 +;; Version: 0.7.7 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))