changeset 81 | 8a667bb50299 |
parent 78 | d108011b6e99 |
child 83 | 224c3a44056b |
80:c4f70599bd01 | 81:8a667bb50299 |
---|---|
1 VERSION = (2, 8, 10, "final", 0) |
1 VERSION = (2, 8, 11, "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(): |