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

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

[nongnu] elpa/with-editor edf4445edb 2/2: Hardcode version string for no


From: ELPA Syncer
Subject: [nongnu] elpa/with-editor edf4445edb 2/2: Hardcode version string for now
Date: Sun, 30 Jan 2022 15:59:05 -0500 (EST)

branch: elpa/with-editor
commit edf4445edb613c8355c45209264f691268116f0f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

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

diff --git a/docs/Makefile b/docs/Makefile
index b41c80828c..ac2c46f421 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/with-editor.org b/docs/with-editor.org
index 93278e830c..409472cdb4 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -7,7 +7,7 @@
 #+texinfo_dir_category: Emacs
 #+texinfo_dir_title: With-Editor: (with-editor).
 #+texinfo_dir_desc: Using the Emacsclient as $EDITOR
-#+subtitle: for version {{{version}}}
+#+subtitle: for version 3.1.1-git
 
 #+setupfile: .orgconfig
 
@@ -27,7 +27,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 #+texinfo: @noindent
-This manual is for With-Editor version {{{version}}}.
+This manual is for With-Editor version 3.1.1-git.
 
 #+begin_quote
 Copyright (C) 2015-{{{year}}} Jonas Bernoulli <jonas@bernoul.li>
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 4d18904803..96b605497b 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title With-Editor User Manual
-@subtitle for version v3.1.1
+@subtitle for version 3.1.1-git
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 @noindent
-This manual is for With-Editor version v3.1.1.
+This manual is for With-Editor version 3.1.1-git.
 
 @quotation
 Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 17acfb1d71..83044d40d7 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -11,7 +11,7 @@
 ;; Homepage: https://github.com/magit/with-editor
 
 ;; Package-Requires: ((emacs "24.4"))
-;; Package-Version: 3.1.1
+;; Package-Version: 3.1.1-git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



reply via email to

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