server/src/remieplt/__init__.py
changeset 145 6bc678683421
parent 142 8d5035e5adaf
child 147 51e129ee6086
equal deleted inserted replaced
144:2e0b20ef77ce 145:6bc678683421
     1 VERSION = (0, 0, 20, "final", 0)
     1 VERSION = (0, 0, 21, "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():