changeset 54 | 89e5ee57bd89 |
parent 48 | a73f1e6e1eed |
child 56 | ccca12eaa406 |
53:74ec1c2f245c | 54:89e5ee57bd89 |
---|---|
1 VERSION = (2, 8, 2, "final", 0) |
1 VERSION = (2, 8, 3, "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(): |