changeset 45 | 7152adc1daaf |
parent 43 | 726374f79def |
child 48 | a73f1e6e1eed |
44:acfe7b030f4d | 45:7152adc1daaf |
---|---|
1 VERSION = (2, 8, 0, "final", 0) |
1 VERSION = (2, 8, 1, "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(): |