src/ldtplatform/__init__.py
changeset 265 bef5f611f9e0
parent 263 12759f428766
child 268 201882e2355f
equal deleted inserted replaced
264:a2e79bd11a82 265:bef5f611f9e0
     1 VERSION = (2, 16, 0, "final", 0)
     1 VERSION = (2, 16, 1, "final", 0)
     2 
     2 
     3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
     3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
     4 
     4 
     5 
     5 
     6 def get_version():
     6 def get_version():