changeset 145 | d6a1015fe775 |
parent 143 | 983246378569 |
child 147 | d4d4fb8904bc |
144:7af42e0c1de0 | 145:d6a1015fe775 |
---|---|
1 VERSION = (2, 11, 9, "final", 0) |
1 VERSION = (2, 11, 10, "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(): |