src/ldtplatform/__init__.py
changeset 157 794e209b38c3
parent 155 206b7a16517c
child 159 662f8f9676f6
equal deleted inserted replaced
156:6cc19ead68d6 157:794e209b38c3
     1 VERSION = (2, 11, 15, "final", 0)
     1 VERSION = (2, 11, 16, "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():