branch: scratch/editorconfig-cc
commit 0057f6208500d54f7b0819ae53ec9b1d13a120ee
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Bump version to 0.7.5
---
 bin/editorconfig-el  | 1 -
 editorconfig-core.el | 2 +-
 editorconfig.el      | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/editorconfig-el b/bin/editorconfig-el
index 01f365fa02..28810588ba 100755
--- a/bin/editorconfig-el
+++ b/bin/editorconfig-el
@@ -8,7 +8,6 @@
 ;; Copyright (C) 2011-2016 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.7.4
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
 ;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index 4c2785682d..3f9bf9eaa1 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -69,7 +69,7 @@
 
 
 (defconst editorconfig-core-version
-  "0.7.3"
+  "0.7.5"
   "EditorConfig core version.")
 
 (defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig.el b/editorconfig.el
index b49ca45f9f..e7a67c3aac 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.4
+;; Version: 0.7.5
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((cl-lib "0.5"))
 

Reply via email to