src/ldtplatform/__init__.py
changeset 33 95bbe364bcdf
parent 31 bd464b6089d7
child 35 b41e431f149b
equal deleted inserted replaced
32:1e596faad245 33:95bbe364bcdf
     1 VERSION = (2, 2, 0, "final", 0)
     1 VERSION = (2, 3, 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():