src/aixweb/__init__.py
changeset 56 453be87a6160
parent 53 4cab071e1b40
child 58 50ae6a9e30fc
equal deleted inserted replaced
55:102138d78081 56:453be87a6160
     1 VERSION = (0, 1, 9, "final", 0)
     1 VERSION = (0, 1, 10, "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():