server/src/remieplt/__init__.py
changeset 186 4679db041e5f
parent 182 e23d728bdc66
child 191 38be6b00f568
equal deleted inserted replaced
185:d95af98cd3a3 186:4679db041e5f
     1 VERSION = (0, 0, 25, "final", 0)
     1 VERSION = (0, 0, 26, "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():