diff options
Diffstat (limited to 'shunit2')
-rw-r--r-- | shunit2/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shunit2/meta.yaml b/shunit2/meta.yaml index 632c91a..5b6da1f 100644 --- a/shunit2/meta.yaml +++ b/shunit2/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'shunit2' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") + +".dev" + +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: |