From: Dmitry Gutov Date: Sun, 26 May 2024 22:23:30 +0000 (+0300) Subject: * lisp/progmodes/project.el: Up xref dependency and bump the version X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b687b3b381f3bd54fa4fae88ccc1af086920305;p=emacs.git * lisp/progmodes/project.el: Up xref dependency and bump the version (cherry picked from commit 56871dbd4c1a1af3f0d1624f4858e9be67a89f7e) --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index a81744bd1b3..9f246cc1a64 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1,8 +1,8 @@ ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2024 Free Software Foundation, Inc. -;; Version: 0.10.0 -;; Package-Requires: ((emacs "26.1") (xref "1.4.0")) +;; Version: 0.11.0 +;; Package-Requires: ((emacs "26.1") (xref "1.7.0")) ;; This is a GNU ELPA :core package. Avoid functionality that is not ;; compatible with the version of Emacs recorded above.