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

    Prepare v0.6
---
 editorconfig-core-handle.el | 2 +-
 editorconfig-core.el        | 4 ++--
 editorconfig-fnmatch.el     | 2 +-
 editorconfig.el             | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 452fce8b07..81d40364de 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2015 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.5
+;; Version: 0.6
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
 ;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index a1766e139e..83bbd3059e 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2015 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.5
+;; Version: 0.6
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((editorconfig-fnmatch "20151023.1021") (cl-lib "0.5"))
 
@@ -77,7 +77,7 @@
 
 
 (defconst editorconfig-core-version
-  "0.1.5"
+  "0.6.0"
   "EditorConfig core version.")
 
 (defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index 625edac67b..af97eedda2 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2015 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.5
+;; Version: 0.6
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
diff --git a/editorconfig.el b/editorconfig.el
index a7947ac0ed..840708fcc4 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2015 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorcon...@googlegroups.com>
-;; Version: 0.5
+;; Version: 0.6
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((editorconfig-core "20151107.831"))
 

Reply via email to