changeset 202 | a2509a47c1ee |
parent 199 | f0a6b4c4b3c0 |
child 204 | f2add2c4cf46 |
201:5c2c1dc9a532 | 202:a2509a47c1ee |
---|---|
1 VERSION = (2, 12, 11, "final", 0) |
1 VERSION = (2, 12, 12, "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(): |