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

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

[elpa] externals/shell-command+ a25ff9b423 2/4: Reduce version bump to 2


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ a25ff9b423 2/4: Reduce version bump to 2.4.0
Date: Sat, 27 Aug 2022 13:57:57 -0400 (EDT)

branch: externals/shell-command+
commit a25ff9b4230da2e8f920f8315ebe95761756e8ea
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Reduce version bump to 2.4.0
    
    The release does not contain any new functionality, so it shouldn't
    warrant a major version bump.
---
 shell-command+.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shell-command+.el b/shell-command+.el
index a2e0ed68de..519d8e6763 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -4,7 +4,7 @@
 
 ;; Author: Philip Kaludercic <philipk@posteo.net>
 ;; Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
-;; Version: 3.0.0pre
+;; Version: 2.4.0pre
 ;; Keywords: unix, processes, convenience
 ;; Package-Requires: ((emacs "24.3"))
 ;; URL: https://git.sr.ht/~pkal/shell-command-plus
@@ -62,7 +62,7 @@
 
 ;;; News:
 
-;;;; Version 3.0.0 (???)
+;;;; Version 2.4.0 (???)
 
 ;; - Allow adding or removing features using
 ;;   `shell-command+-features'.
@@ -181,7 +181,7 @@ For PARSE, FORM and CONTEXT see `shell-command+-features'."
   :type 'boolean)
 (make-obsolete-variable 'shell-command+-enable-file-substitution
                         'shell-command+-features
-                        "3.0.0")
+                        "2.4.0")
 
 (defun shell-command+-expand-% (parse form context)
   "Replace occurrences of \"%\" in the command.



reply via email to

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