changeset 365 | ad6d948f21c5 |
parent 363 | 99ae834adb24 |
child 367 | c242c93f9774 |
364:e80bd3664d67 | 365:ad6d948f21c5 |
---|---|
1 VERSION = (2, 22, 4, "final", 0) |
1 VERSION = (2, 22, 5, "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(): |