server/ammicosrv/__init__.py
changeset 181 6a27a4d81629
parent 174 fd166770bcee
child 186 d79e844ca86b
equal deleted inserted replaced
180:0c672230ec3d 181:6a27a4d81629
     1 VERSION = (0, 1, 0, "alpha", 2)
     1 VERSION = (0, 1, 0, "alpha", 3)
     2 
     2 
     3 VERSION_STR = u".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
     3 VERSION_STR = u".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))
     4 
     4 
     5 
     5 
     6 def get_version():
     6 def get_version():