summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-06-18 20:40:30 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-06-18 20:40:30 +0200
commit0eff758e59b0efeab0a4f40b19c51e5712c19d4e (patch)
treed079b4a989dcb76ecab6454d20aa5aa2ad31b0da
parentaa09fa7aee44d8a2f20463977e22a41ad3637a2a (diff)
Release version 3.3.3v3.3.3
-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 1b62c30..e470908 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.3.2
+#+subtitle: for version 3.3.3
#+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.3.2.
+This manual is for With-Editor version 3.3.3.
#+texinfo: @insertcopying
:END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index b072226..4f3c8d0 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.3.2
+@subtitle for version 3.3.3
@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.3.2.
+This manual is for With-Editor version 3.3.3.
@insertcopying
@end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index b786ea9..99ea6b8 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/with-editor
;; Keywords: processes terminals
-;; Package-Version: 3.3.2
+;; Package-Version: 3.3.3
;; Package-Requires: ((emacs "25.1") (compat "29.1.4.5"))
;; SPDX-License-Identifier: GPL-3.0-or-later