summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/with-editor.org4
-rw-r--r--docs/with-editor.texi4
-rw-r--r--lisp/with-editor.el2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 518e003..b849733 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 3.2.0
+#+subtitle: for version 3.2.0-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 3.2.0.
+This manual is for With-Editor version 3.2.0-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 b680fef..6fad37d 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 3.2.0
+@subtitle for version 3.2.0-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 3.2.0.
+This manual is for With-Editor version 3.2.0-git.
@quotation
Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index c24ee27..d710e83 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.2.0
+;; Package-Version: 3.2.0-git
;; SPDX-License-Identifier: GPL-3.0-or-later