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

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

[elpa] externals/transient 23b8670bfd: Use new version string format for


From: Jonas Bernoulli
Subject: [elpa] externals/transient 23b8670bfd: Use new version string format for unreleased revisions
Date: Sun, 27 Nov 2022 18:26:55 -0500 (EST)

branch: externals/transient
commit 23b8670bfda65436fc03eb03adc8191a3e4e5a0d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Use new version string format for unreleased revisions
    
    "N-git" < "N"; but "N.50-git" > "N".
---
 docs/transient.org  | 4 ++--
 docs/transient.texi | 4 ++--
 lisp/transient.el   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index b07b5f2fc9..5349fb8abe 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -7,7 +7,7 @@
 #+texinfo_dir_category: Emacs misc features
 #+texinfo_dir_title: Transient: (transient).
 #+texinfo_dir_desc: Transient Commands
-#+subtitle: for version 0.3.7-git
+#+subtitle: for version 0.3.7.50-git
 
 #+setupfile: .orgconfig
 
@@ -32,7 +32,7 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 #+texinfo: @noindent
-This manual is for Transient version 0.3.7-git.
+This manual is for Transient version 0.3.7.50-git.
 
 #+texinfo: @insertcopying
 :END:
diff --git a/docs/transient.texi b/docs/transient.texi
index 157c866511..53956d71db 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title Transient User and Developer Manual
-@subtitle for version 0.3.7-git
+@subtitle for version 0.3.7.50-git
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be 
exited
 but suffix commands can also be configured to not exit the transient.
 
 @noindent
-This manual is for Transient version 0.3.7-git.
+This manual is for Transient version 0.3.7.50-git.
 
 @insertcopying
 @end ifnottex
diff --git a/lisp/transient.el b/lisp/transient.el
index deeb825d45..a78da7401e 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -6,7 +6,7 @@
 ;; Homepage: https://github.com/magit/transient
 ;; Keywords: extensions
 
-;; Package-Version: 0.3.7-git
+;; Package-Version: 0.3.7.50-git
 ;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later



reply via email to

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