changeset 65 | 188306b32f74 |
parent 63 | eb20d3d467be |
child 67 | 0f2fe357ceea |
64:075b020dfc6e | 65:188306b32f74 |
---|---|
1 VERSION = (2, 8, 5, "final", 0) |
1 VERSION = (2, 8, 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(): |