server/src/remieplt/__init__.py
changeset 30 c27522a812f3
parent 28 bda0fb9b1ddd
child 32 16d85578e7d6
equal deleted inserted replaced
29:367424b08130 30:c27522a812f3
     1 VERSION = (0, 0, 3, "final", 0)
     1 VERSION = (0, 0, 4, "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():