No Wayman writes:
> Out of curiosity I ran this against the repo to see if the
> "Version" metadata had always followed its current convention:
>
> git grep "Version:" $(git rev-list --all) -- lisp/org.el
>
> Looks like the "-dev" suffix goes back to "9.4-dev" and before
> that we have "8.4-git" and "6.08-pre01".
> I'm not sure what Org's convention is here, but the patsubst could
> be adjusted to be more flexible if necessary.
Thanks for checking. I think just handling -dev is probably good
enough.
> Subject: [PATCH] mk/targets.mk: Fix ORGVERSION in tag-less repos
Pushed:
To git.savannah.gnu.org:/srv/git/emacs/org-mode.git
c9dc6603a..9a4a24a94 main -> main
(It's not needed on the bugfix branch given -dev isn't used in the
header there. Plus I think the 9.5 release is expected before another
release from maint/bugfix.)
Thank you for fixing my mistake.