server/src/remieplt/__init__.py
changeset 19 e24870556c07
parent 3 fc0f3e398166
child 26 c5053c374f3c
equal deleted inserted replaced
18:909900f3c8fd 19:e24870556c07
     1 VERSION = (0, 1, 0, "alpha", 0)
     1 VERSION = (0, 0, 1, "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():