changeset 128 | 6ffc59b2f7a0 |
parent 126 | 480b7657c63b |
child 130 | a92e0cbac23b |
127:525d1b8cc5fe | 128:6ffc59b2f7a0 |
---|---|
1 VERSION = (2, 11, 1, "final", 0) |
1 VERSION = (2, 11, 2, "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(): |