diff options
| author | João Távora | 2020-05-15 15:20:36 +0100 |
|---|---|---|
| committer | João Távora | 2020-05-15 15:20:54 +0100 |
| commit | 5d97d2683a5e9051e4e048397c5a3681e378c9b5 (patch) | |
| tree | 3ca5e798c1a6d7ae1c34d72ba7cd3744a92b15c2 | |
| parent | 779bc886f9bc2e3188bf2577c3df2ae662ca1b98 (diff) | |
| download | emacs-5d97d2683a5e9051e4e048397c5a3681e378c9b5.tar.gz emacs-5d97d2683a5e9051e4e048397c5a3681e378c9b5.zip | |
; Tweak version numbers in lisp/progmodes/xref.el
Hopefully this aids in getting the package correctly listed in GNU
ELPA.
* lisp/progmodes/xref.el (Version): Bump to 1.0.1
(Package-Requires): Require project 0.1.1.
| -rw-r--r-- | lisp/progmodes/xref.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index b516ff0fe95..6351f19b644 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;; xref.el --- Cross-referencing commands -*-lexical-binding:t-*- | 1 | ;; xref.el --- Cross-referencing commands -*-lexical-binding:t-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | ;; Version: 1.0.0 | 4 | ;; Version: 1.0.1 |
| 5 | ;; Package-Requires: ((emacs "26.3") (project "0.1")) | 5 | ;; Package-Requires: ((emacs "26.3") (project "0.1.1")) |
| 6 | 6 | ||
| 7 | ;; This is a GNU ELPA :core package. Avoid functionality that is not | 7 | ;; This is a GNU ELPA :core package. Avoid functionality that is not |
| 8 | ;; compatible with the version of Emacs recorded above. | 8 | ;; compatible with the version of Emacs recorded above. |