changeset 130 | a92e0cbac23b |
parent 128 | 6ffc59b2f7a0 |
child 132 | ce5f7cac6306 |
129:5f47c913b2d0 | 130:a92e0cbac23b |
---|---|
1 VERSION = (2, 11, 2, "final", 0) |
1 VERSION = (2, 11, 3, "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(): |