changeset 363 | 99ae834adb24 |
parent 359 | 7b0f10610cdf |
child 365 | ad6d948f21c5 |
362:67abd5b7ac50 | 363:99ae834adb24 |
---|---|
1 VERSION = (2, 22, 2, "final", 0) |
1 VERSION = (2, 22, 4, "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(): |