| changeset 45 | 4e6bdb8c382c |
| parent 41 | 2cb9eb6fa589 |
| child 48 | 3e7136c28fd2 |
| 44:37f3200c71d2 | 45:4e6bdb8c382c |
|---|---|
1 VERSION = (0, 0, 7, "final", 0) |
1 VERSION = (0, 0, 8, "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(): |