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 /lisp | |
| parent | 8066a6e9a9e2e3d8810e4b6e23506c54f2842722 (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.el | 2 |
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 |
