server/src/remieplt/__init__.py
changeset 41 2cb9eb6fa589
parent 34 9f9ba0566e01
child 45 4e6bdb8c382c
equal deleted inserted replaced
40:b8a024a10c4c 41:2cb9eb6fa589
     1 VERSION = (0, 0, 6, "final", 0)
     1 VERSION = (0, 0, 7, "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():