changeset 252 | c18f2fa8e491 |
parent 248 | 249a7c73e0a1 |
child 254 | 0a94e39cd4a8 |
251:778640417f9d | 252:c18f2fa8e491 |
---|---|
1 VERSION = (2, 15, 1, "final", 0) |
1 VERSION = (2, 15, 3, "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(): |