branch: scratch/editorconfig-cc commit e109c02e6c8944036817c092398ab76ce9828594 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Prepare v0.7.9 Closes #122 --- editorconfig-core.el | 2 +- editorconfig.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editorconfig-core.el b/editorconfig-core.el index 831b15dcc2..d4aa56d5d7 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -69,7 +69,7 @@ (defconst editorconfig-core-version - "0.7.8" + "0.7.9" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig.el b/editorconfig.el index 903beb9cf6..f5c4e44054 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2017 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.8 +;; Version: 0.7.9 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))