X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fversion.py.in;h=82537f30bead109e266bc70bf076e7b69e6ace3e;hb=4f610c199d1007ab210ed97c25e6249e28da1e30;hp=46b31d392eb9c1791d8329c76a20ac215cfd75b1;hpb=e653bfd89511941e55d85657816859f9ffbc804b;p=sfa.git diff --git a/sfa/util/version.py.in b/sfa/util/version.py.in index 46b31d39..82537f30 100644 --- a/sfa/util/version.py.in +++ b/sfa/util/version.py.in @@ -7,6 +7,7 @@ def version_core (more={}): core = { 'code_tag' : version_tag, 'code_url' : scm_url, 'hostname' : socket.gethostname(), + 'geni_api': 3, } core.update(more) return core