modify urls to prepare for moving segments views in ldt
VERSION=(0,"4.1")# Dynamically calculate the version based on VERSION tupleiflen(VERSION)>2andVERSION[2]isnotNone:str_version="%s.%s_%s"%VERSION[:3]else:str_version="%s.%s"%VERSION[:2]__version__=str_version