branch: scratch/editorconfig-cc commit e452e1d45bd27ee405887d40dd6eaeee93661798 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version to 0.7.4 Only Package-Version in editoroconfig.el will be respected so remove from other files. --- bin/editorconfig-el | 2 +- editorconfig-core-handle.el | 1 - editorconfig-core.el | 1 - editorconfig-fnmatch.el | 1 - editorconfig.el | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bin/editorconfig-el b/bin/editorconfig-el index 5cd2667db0..01f365fa02 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.3 +;; Version: 0.7.4 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el index 365031a385..2c557d268f 100644 --- a/editorconfig-core-handle.el +++ b/editorconfig-core-handle.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.3 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig-core.el b/editorconfig-core.el index e443ffbacd..4c2785682d 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.3 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el index c821008b6e..adeaaed1ec 100644 --- a/editorconfig-fnmatch.el +++ b/editorconfig-fnmatch.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.3 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; See diff --git a/editorconfig.el b/editorconfig.el index 9eb4fa607e..3d68ceca73 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.3 +;; Version: 0.7.4 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))