changeset 37 | 5ce2ffc3eb17 |
parent 35 | b41e431f149b |
child 39 | 71f5600ed8e8 |
36:9997bf2e26d4 | 37:5ce2ffc3eb17 |
---|---|
1 VERSION = (2, 4, 0, "final", 0) |
1 VERSION = (2, 5, 0, "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(): |