> Daniel Eli Zaretskii writes: >> From: Philip Kaludercic >> Cc: Stefan Monnier , 66554@debbugs.gnu.org, >> eliz@gnu.org, Stefan Kangas >> Date: Thu, 11 Jan 2024 20:43:11 +0000 >> >> +;; To ensure that if the user has installed Compat X.Y.Z.A on Emacs >> +;; X.Y, that the this file is preferred by package.el, we > ^^^^^^^^ > Typo. Thanks; I also rewrote the comment to explain what is going on. Eli Zaretskii writes: >> From: Philip Kaludercic >> Cc: monnier@iro.umontreal.ca, mail@daniel-mendler.de, >> 66554@debbugs.gnu.org, stefankangas@gmail.com >> Date: Fri, 12 Jan 2024 07:38:20 +0000 >> >> The consequence is that we don't have to update any files, and I would >> assume we don't have to document anything in make-tarball.txt, because >> nothing has to be done when bumping the version of Emacs itself. > > Thanks. > > What happens when we bump Emacs version from NN.x to NN.x.90 or from > NN.x.90 to NN.x.91? emacs-major-version and emacs-minor-version stay > the same, but the Emacs version is bumped, and there could be changes > in compat.el specific to the next release, NN.x+1 or NN+1.1, no? Generally speaking, Compat only provides support for "proper" releases, and not for pre-releases.