changeset 48 | a73f1e6e1eed |
parent 45 | 7152adc1daaf |
child 54 | 89e5ee57bd89 |
47:7fc740f8553e | 48:a73f1e6e1eed |
---|---|
1 VERSION = (2, 8, 1, "final", 0) |
1 VERSION = (2, 8, 2, "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(): |