diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-01-30 20:42:08 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-01-30 20:42:08 +0100 |
| commit | edf4445edb613c8355c45209264f691268116f0f (patch) | |
| tree | 730f792731fe8f7c4ddf7a1ddc36e9d4d266f37e | |
| parent | 33780741e78de9535c2cb5723fa6a69a35c82fb2 (diff) | |
Hardcode version string for now
| -rw-r--r-- | docs/Makefile | 7 | ||||
| -rw-r--r-- | docs/with-editor.org | 4 | ||||
| -rw-r--r-- | docs/with-editor.texi | 4 | ||||
| -rw-r--r-- | lisp/with-editor.el | 2 |
4 files changed, 5 insertions, 12 deletions
diff --git a/docs/Makefile b/docs/Makefile index b41c808..ac2c46f 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 93278e8..409472c 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 4d18904..96b6054 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 17acfb1..83044d4 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 |
