changeset 35 | b41e431f149b |
parent 33 | 95bbe364bcdf |
child 37 | 5ce2ffc3eb17 |
34:7a3a2fc638e3 | 35:b41e431f149b |
---|---|
1 VERSION = (2, 3, 0, "final", 0) |
1 VERSION = (2, 4, 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(): |