Closed vchendrix closed 7 years ago
Instead of hardcoding the product version in the Makefile, we should pull version from git tags.
$ git describe --tags 2015.10.00 The suggested change VERSION from a harded coded tag to the following
VERSION := git describe --tags
git describe --tags
Instead of hardcoding the product version in the Makefile, we should pull version from git tags.
$ git describe --tags 2015.10.00 The suggested change VERSION from a harded coded tag to the following
VERSION :=
git describe --tags