src/ldtplatform/__init__.py
changeset 217 8eba82d2836d
parent 215 4afa0073e383
child 219 00084c299da6
equal deleted inserted replaced
216:882737aab543 217:8eba82d2836d
     1 VERSION = (2, 12, 17, "final", 0)
     1 VERSION = (2, 12, 18, "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():