summaryrefslogtreecommitdiff
path: root/stginga
diff options
context:
space:
mode:
Diffstat (limited to 'stginga')
-rw-r--r--stginga/meta.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml
index beba50a..198b9f8 100644
--- a/stginga/meta.yaml
+++ b/stginga/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'stginga' %}
-{% 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: