Only official releases get a version number, which should help avoid
confusion. If you're running a live checkout, you shouldn't be scared
off by SHAs.
}
# Manually set a version string (optional, defaults to bzr revision id)
-_VERSION = '1.0.0'
+#_VERSION = '1.2.3'
def version(verbose=False):
"""
if "_VERSION" in globals():
string = _VERSION
else:
- string = version_info['revision']
+ string = version_info['revision'][:8]
if verbose == True:
info = copy.copy(version_info)
info['storage'] = libbe.storage.STORAGE_VERSION