changeset 294 | 45a7ac75991d |
parent 291 | 1df0e85fa875 |
child 298 | 72640ee73529 |
293:31ca6417e4b1 | 294:45a7ac75991d |
---|---|
1 VERSION = (2, 17, 8, "final", 0) |
1 VERSION = (2, 17, 9, "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(): |
7 version = '%s.%s' % (VERSION[0], VERSION[1]) |
7 version = '%s.%s' % (VERSION[0], VERSION[1]) |
8 if VERSION[2]: |
8 if VERSION[2]: |