changeset 123 | cf2131100544 |
parent 120 | d33fd4d51cea |
child 124 | 847dd718e012 |
122:278c45756ac9 | 123:cf2131100544 |
---|---|
1 VERSION = (2, 9, 1, "final", 0) |
1 VERSION = (2, 10, 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(): |