changeset 350 | c4bb8e679d17 |
parent 348 | d22f3d179798 |
child 352 | 7c9a668b4843 |
349:a1976ea2dd41 | 350:c4bb8e679d17 |
---|---|
1 VERSION = (2, 21, 4, "final", 0) |
1 VERSION = (2, 21, 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(): |