src/ldtplatform/__init__.py
changeset 263 12759f428766
parent 256 b26f26e0acc3
child 265 bef5f611f9e0
equal deleted inserted replaced
262:c4f23c06bc6a 263:12759f428766
     1 VERSION = (2, 15, 5, "final", 0)
     1 VERSION = (2, 16, 0, "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():