server/src/remieplt/__init__.py
changeset 63 530ddc821956
parent 52 d5f030dbdb47
child 85 975c6a1fa0b8
equal deleted inserted replaced
62:86edb66e06c7 63:530ddc821956
     1 VERSION = (0, 0, 10, "final", 0)
     1 VERSION = (0, 0, 11, "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():