changeset 63 | eb20d3d467be |
parent 56 | ccca12eaa406 |
child 65 | 188306b32f74 |
56:ccca12eaa406 | 63:eb20d3d467be |
---|---|
1 VERSION = (2, 8, 4, "final", 0) |
1 VERSION = (2, 8, 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(): |