]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUILD] makefile now detects and uses git to set the version
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Dec 2006 10:12:04 +0000 (11:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 23 Dec 2006 10:12:04 +0000 (11:12 +0100)
commit9bf6c6e24fb1dac49fbf2df50eb166a6c45688ce
tree594424aa10af0eb5fb9af3284d96fb79a1972ff6
parent79b34bfe0f8765106ccf25c98ae8d1e03de0a8d5
[BUILD] makefile now detects and uses git to set the version

If git is found during the build process, then it will be used
to set the version, the commit number and the commit date. This
way, it will not be needed anymore to update the code to change
the version. The version is the last tag, and the commit number
is the number of commits since the last tag.
Makefile