mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-18 07:56:30 +08:00
versioneer: fix default
This commit is contained in:
parent
ebe7348a92
commit
9aa81e1234
@ -11,7 +11,7 @@ def get_rev():
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
return os.getenv("VERSIONEER_OVERRIDE", default="7.0.beta")
|
return os.getenv("VERSIONEER_OVERRIDE", default="7.0")
|
||||||
|
|
||||||
def get_rev():
|
def get_rev():
|
||||||
return os.getenv("VERSIONEER_REV", default="unknown")
|
return os.getenv("VERSIONEER_REV", default="unknown")
|
||||||
|
Loading…
Reference in New Issue
Block a user