diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-11-27 23:43:22 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-11-27 23:43:22 +0100 |
| commit | 4da109748da0828b79198701eb641d5b724153ce (patch) | |
| tree | 8382ae5ea3e690af1f7ebb2bc868394339952d30 | |
| parent | 8066a6e9a9e2e3d8810e4b6e23506c54f2842722 (diff) | |
Use new version string format for unreleased revisions
"N-git" < "N"; but "N.50-git" > "N".
| -rw-r--r-- | docs/with-editor.org | 4 | ||||
| -rw-r--r-- | docs/with-editor.texi | 4 | ||||
| -rw-r--r-- | lisp/with-editor.el | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/with-editor.org b/docs/with-editor.org index 50f3039..d1c1a32 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-git +#+subtitle: for version 3.2.0.50-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-git. +This manual is for With-Editor version 3.2.0.50-git. #+texinfo: @insertcopying :END: diff --git a/docs/with-editor.texi b/docs/with-editor.texi index 528b4f5..51e84dd 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-git +@subtitle for version 3.2.0.50-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-git. +This manual is for With-Editor version 3.2.0.50-git. @insertcopying @end ifnottex diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 21a6eba..5e66449 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.2.0-git +;; Package-Version: 3.2.0.50-git ;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later |
