changeset 284 | 333d065289f1 |
parent 282 | 5003927c1edd |
child 287 | 02bff1b894c2 |
283:18a70e73316b | 284:333d065289f1 |
---|---|
1 VERSION = (2, 17, 5, "final", 0) |
1 VERSION = (2, 17, 6, "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(): |