changeset 151 | 48c6b4981b93 |
parent 149 | 8802f82e515a |
child 153 | b4f45417ee8b |
150:9ca2956d4a1f | 151:48c6b4981b93 |
---|---|
1 VERSION = (2, 11, 12, "final", 0) |
1 VERSION = (2, 11, 13, "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(): |