changeset 177 | 203894628a10 |
parent 175 | f0201dadc7a5 |
child 179 | 864dbfcf9708 |
176:dc816c8be9ba | 177:203894628a10 |
---|---|
1 VERSION = (2, 12, 2, "final", 0) |
1 VERSION = (2, 12, 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(): |