server/src/remieplt/__init__.py
changeset 85 975c6a1fa0b8
parent 63 530ddc821956
child 88 a96af8e8f660
equal deleted inserted replaced
84:0a89547bec6d 85:975c6a1fa0b8
     1 VERSION = (0, 0, 11, "final", 0)
     1 VERSION = (0, 0, 12, "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():