server/src/remieplt/__init__.py
changeset 88 a96af8e8f660
parent 85 975c6a1fa0b8
child 91 935a4dd6bb09
equal deleted inserted replaced
87:4ea185b1b7ce 88:a96af8e8f660
     1 VERSION = (0, 0, 12, "final", 0)
     1 VERSION = (0, 0, 13, "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():