CCSI-Toolset / MEA_ssm

MEA Steady State Model
https://mea-ssm.readthedocs.io/
Other
6 stars 7 forks source link

Pull version from git in Makefile #2

Closed vchendrix closed 7 years ago

vchendrix commented 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