src/ldtplatform/__init__.py
changeset 215 4afa0073e383
parent 213 e16dd4748602
child 217 8eba82d2836d
equal deleted inserted replaced
214:31b8aa0ddacf 215:4afa0073e383
     1 VERSION = (2, 12, 16, "final", 0)
     1 VERSION = (2, 12, 17, "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():