changeset 282 | 5003927c1edd |
parent 280 | b61b766a5830 |
child 284 | 333d065289f1 |
281:3db760635197 | 282:5003927c1edd |
---|---|
1 VERSION = (2, 17, 4, "final", 0) |
1 VERSION = (2, 17, 5, "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(): |