aboutsummaryrefslogtreecommitdiff
path: root/reftools
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-08-11 13:48:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-08-11 13:48:48 -0400
commite5bf0cbe7eb556d4aa217bf25dc12229d5a4719e (patch)
treeda23ceaeab125395faf2720a3b323070bd514ed6 /reftools
parent6fd1cc9c3129cd5c2da620626e2b2574654b83b6 (diff)
downloadcbc-recipes-e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e.tar.gz
Fix empty GIT_DESCRIBE_TAG default (0.0.0)
Diffstat (limited to 'reftools')
-rw-r--r--reftools/reftools.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/reftools/reftools.ini b/reftools/reftools.ini
index 6245c19..aa7c5ee 100644
--- a/reftools/reftools.ini
+++ b/reftools/reftools.ini
@@ -1,6 +1,6 @@
[package]
name: reftools
-version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git
+version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
[about]
home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python