server/src/remieplt/__init__.py
changeset 147 51e129ee6086
parent 145 6bc678683421
child 158 b5fc6f8ffeb3
equal deleted inserted replaced
146:667eedcf4594 147:51e129ee6086
     1 VERSION = (0, 0, 21, "final", 0)
     1 VERSION = (0, 0, 22, "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():