src/ldtplatform/__init__.py
changeset 31 bd464b6089d7
parent 27 23c4f01fcc91
child 33 95bbe364bcdf
equal deleted inserted replaced
30:145d804d8dad 31:bd464b6089d7
     1 VERSION = (2, 1, 0, "final", 0)
     1 VERSION = (2, 2, 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():