summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-11-27 23:43:22 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-11-27 23:43:22 +0100
commit4da109748da0828b79198701eb641d5b724153ce (patch)
tree8382ae5ea3e690af1f7ebb2bc868394339952d30 /lisp
parent8066a6e9a9e2e3d8810e4b6e23506c54f2842722 (diff)
Use new version string format for unreleased revisions
"N-git" < "N"; but "N.50-git" > "N".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/with-editor.el2
1 files changed, 1 insertions, 1 deletions
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