server/src/remieplt/__init__.py
changeset 106 294fdb24a1e2
parent 93 a8d024370080
child 112 7eeed16227e4
equal deleted inserted replaced
105:e597e63e45f8 106:294fdb24a1e2
     1 VERSION = (0, 0, 15, "final", 0)
     1 VERSION = (0, 0, 16, "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():