server/src/remieplt/__init__.py
changeset 158 b5fc6f8ffeb3
parent 147 51e129ee6086
child 168 42f97b0e19bd
equal deleted inserted replaced
157:638ad584ca27 158:b5fc6f8ffeb3
     1 VERSION = (0, 0, 22, "final", 0)
     1 VERSION = (0, 0, 23, "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():