src/ldtplatform/__init__.py
changeset 27 23c4f01fcc91
parent 4 d9a8987d5e24
child 31 bd464b6089d7
equal deleted inserted replaced
25:37ce8f29b6ae 27:23c4f01fcc91
     1 VERSION = (2, 0, 0, "final", 0)
     1 VERSION = (2, 1, 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():