changeset 270 | 9186f548d2ca |
parent 268 | 201882e2355f |
child 272 | 7836ebab1289 |
269:b8bad051956a | 270:9186f548d2ca |
---|---|
1 VERSION = (2, 16, 2, "final", 0) |
1 VERSION = (2, 16, 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(): |