emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/emacs-editorconfig 91472091113 079/364: Bump version to v0.7.3


From: Stefan Monnier
Subject: scratch/emacs-editorconfig 91472091113 079/364: Bump version to v0.7.3
Date: Tue, 18 Jun 2024 01:40:40 -0400 (EDT)

branch: scratch/emacs-editorconfig
commit 914720911131a54989d3b6403a428b397466fe01
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Bump version to v0.7.3
---
 bin/editorconfig-el         | 2 +-
 editorconfig-core-handle.el | 2 +-
 editorconfig-core.el        | 4 ++--
 editorconfig-fnmatch.el     | 2 +-
 editorconfig.el             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bin/editorconfig-el b/bin/editorconfig-el
index 5bba164bae3..5cd2667db0f 100755
--- a/bin/editorconfig-el
+++ b/bin/editorconfig-el
@@ -8,7 +8,7 @@
 ;; Copyright (C) 2011-2016 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
 ;; See
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index bf56d44160f..365031a3850 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2016 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
 ;; See
diff --git a/editorconfig-core.el b/editorconfig-core.el
index 2db6a834154..c3901749cf7 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2016 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((editorconfig-fnmatch "0.6.2") (cl-lib "0.5"))
 
@@ -71,7 +71,7 @@
 
 
 (defconst editorconfig-core-version
-  "0.7.2"
+  "0.7.3"
   "EditorConfig core version.")
 
 (defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig-fnmatch.el b/editorconfig-fnmatch.el
index d7b1dc57d0e..233b6d25101 100644
--- a/editorconfig-fnmatch.el
+++ b/editorconfig-fnmatch.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2016 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
 ;; Package-Requires: ((cl-lib "0.5"))
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 
diff --git a/editorconfig.el b/editorconfig.el
index ec485651551..33d5ecedab7 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2016 EditorConfig Team
 
 ;; Author: EditorConfig Team <editorconfig@googlegroups.com>
-;; Version: 0.7.2
+;; Version: 0.7.3
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((editorconfig-core "0.6.2"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]