On 23/10/2022 15:27, Miller Puckette via Pd-list wrote:
On Sat, Oct 22, 2022 at 04:45:00PM -0300, Alexandre Torres Porres wrote:
all good, but mac binary comes out as "Pd-0.53-0test1-80-g20334410"
I think this is probably related to "git describe" getting into the version string somehow.
Best solution is probably to make a signed tag with the desired version string before building.
for a repository that is exactly at a signed tag (1.0), I get:
$ git describe 1.0
for a repository that is some commits after a signed tag (0), I get:
$ git describe 0-409-g8f1f7da
for a repository that has some signed tags (v1.62) and some (newer) unsigned tags (v1.88), compare:
$ git describe v1.62-2505-ge99c4fc6
$ git describe --tags v1.88-22-ge99c4fc6