changeset 132 | ce5f7cac6306 |
parent 130 | a92e0cbac23b |
child 135 | 3b3f954584bd |
131:180a2f1127ff | 132:ce5f7cac6306 |
---|---|
1 VERSION = (2, 11, 3, "final", 0) |
1 VERSION = (2, 11, 4, "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(): |