| changeset 565 | ea8c12f58302 |
| parent 554 | 765e7c443ebe |
| child 568 | b67fc0fd2389 |
| 564:9a9357cf3d58 | 565:ea8c12f58302 |
|---|---|
1 VERSION = (1, 0, 0, "final", 0) |
1 VERSION = (1, 1, 0, "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(): |