emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] scratch/editorconfig-cc e300cdf937 079/351: Bump version to v0.


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc e300cdf937 079/351: Bump version to v0.7.3
Date: Thu, 13 Jun 2024 18:38:42 -0400 (EDT)

branch: scratch/editorconfig-cc
commit e300cdf9370fd40ece94b0ca32c8961a92bc2dfc
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 5bba164bae..5cd2667db0 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 bf56d44160..365031a385 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 2db6a83415..c3901749cf 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 d7b1dc57d0..233b6d2510 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 97ee9520dc..3972539ee1 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]