changeset 359 | 7b0f10610cdf |
parent 354 | b44851d3e7f8 |
child 363 | 99ae834adb24 |
358:d598aee04142 | 359:7b0f10610cdf |
---|---|
1 VERSION = (2, 22, 0, "final", 0) |
1 VERSION = (2, 22, 2, "final", 0) |
2 |
2 |
3 VERSION_STR = unicode(".".join(["%02d" % (i,) for i in VERSION[:2]])) |
3 VERSION_STR = unicode(".".join(["%02d" % (i,) for i in VERSION[:2]])) |
4 |
4 |
5 |
5 |
6 def get_version(): |
6 def get_version(): |