server/src/remieplt/__init__.py
changeset 124 8b742651d655
parent 112 7eeed16227e4
child 128 13ae6ab93b84
equal deleted inserted replaced
123:681b48b19e3f 124:8b742651d655
     1 VERSION = (0, 0, 17, "final", 0)
     1 VERSION = (0, 0, 18, "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():