Hi Pieter, On Wed, Jul 31, 2019 at 10:56:54PM +0200, PiBa-NL wrote: > Hi List, > > I have build haproxy 2.0.3-0ff395c from sources however after running a > 'haproxy -v' it shows up as: 'HA-Proxy version 2.0.3 2019/07/23 - > https://haproxy.org/' this isn't really correct imho as its a version based > on code committed on date 7/30. And i kinda expected the commit-id to be > part of the version shown?
I know what's happening, I always forget to do it with each new major release. We're using Git attributes to automatically patch files "SUBVERS" and "VERDATE" when creating the archive : $ cat info/attributes SUBVERS export-subst VERDATE export-subst And this is something I forget to re-create with each new repository, I've fixed it now. It will be OK with new snapshots starting tomorrow. Thanks! Willy

