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

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

[elpa] externals/transient 440a341831 5/5: Hardcode version string for n


From: Jonas Bernoulli
Subject: [elpa] externals/transient 440a341831 5/5: Hardcode version string for now
Date: Sun, 30 Jan 2022 17:41:27 -0500 (EST)

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

    Hardcode version string for now
---
 docs/Makefile       | 7 -------
 docs/transient.org  | 4 ++--
 docs/transient.texi | 4 ++--
 lisp/transient.el   | 2 +-
 4 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index 13237ca8d9..15c20aa42d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -12,13 +12,6 @@ ORG_EVAL += --eval "(setq indent-tabs-mode nil)"
 ORG_EVAL += --eval "(setq org-src-preserve-indentation nil)"
 ORG_EVAL += --funcall org-texinfo-export-to-texinfo
 
-# This target first bumps version strings in the Org source.  The
-# necessary tools might be missing so other targets do not depend
-# on this target and it has to be run explicitly when appropriate.
-#
-#   AMEND=t make texi    Update manual to be amended to HEAD.
-#   VERSION=N make texi  Update manual for release.
-#
 .PHONY: texi
 texi:
        @$(EMACS) $(ORG_ARGS) $(PKG).org $(ORG_EVAL)
diff --git a/docs/transient.org b/docs/transient.org
index 69d68281d5..ab852346bb 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -7,7 +7,7 @@
 #+texinfo_dir_category: Emacs
 #+texinfo_dir_title: Transient: (transient).
 #+texinfo_dir_desc: Transient Commands
-#+subtitle: for version {{{version}}}
+#+subtitle: for version 0.3.7-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 {{{version}}}.
+This manual is for Transient version 0.3.7-git.
 
 #+begin_quote
 Copyright (C) 2018-{{{year}}} Jonas Bernoulli <jonas@bernoul.li>
diff --git a/docs/transient.texi b/docs/transient.texi
index de56ee501c..2ecc17070b 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 v0.3.7-60-g9412f261+1
+@subtitle for version 0.3.7-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 v0.3.7-60-g9412f261+1.
+This manual is for Transient version 0.3.7-git.
 
 @quotation
 Copyright (C) 2018-2022 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/lisp/transient.el b/lisp/transient.el
index 9a20fc62f6..c5a10c5270 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -7,7 +7,7 @@
 ;; Keywords: bindings
 
 ;; Package-Requires: ((emacs "25.1"))
-;; Package-Version: 0.3.7
+;; Package-Version: 0.3.7-git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



reply via email to

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