From: João Távora Date: Fri, 15 May 2020 14:20:36 +0000 (+0100) Subject: ; Tweak version numbers in lisp/progmodes/xref.el X-Git-Tag: emacs-28.0.90~7359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d97d2683a5e9051e4e048397c5a3681e378c9b5;p=emacs.git ; 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. --- 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 @@ ;; 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.