]> git.eshelyaron.com Git - emacs.git/commitdiff
; Tweak version numbers in lisp/progmodes/xref.el
authorJoão Távora <joaotavora@gmail.com>
Fri, 15 May 2020 14:20:36 +0000 (15:20 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 15 May 2020 14:20:54 +0000 (15:20 +0100)
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.

lisp/progmodes/xref.el

index b516ff0fe95e83ecf28278d5bb26f78931ce8550..6351f19b644d611b059fea31eb0a88955a867294 100644 (file)
@@ -1,8 +1,8 @@
 ;; xref.el --- Cross-referencing commands              -*-lexical-binding:t-*-
 
 ;; Copyright (C) 2014-2020 Free Software Foundation, Inc.
-;; Version: 1.0.0
-;; Package-Requires: ((emacs "26.3") (project "0.1"))
+;; Version: 1.0.1
+;; Package-Requires: ((emacs "26.3") (project "0.1.1"))
 
 ;; This is a GNU ELPA :core package.  Avoid functionality that is not
 ;; compatible with the version of Emacs recorded above.