web/hdalab/__init__.py
changeset 188 95d490238b1b
parent 185 5722e7730e82
child 191 17c05790e835
equal deleted inserted replaced
187:8b73e382b665 188:95d490238b1b
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (1, 5, 0, "final", 0)
     2 VERSION = (2, 10, 0, "final", 0)
     3 
     3 
     4 
     4 
     5 def get_version():
     5 def get_version():
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     7     if VERSION[2]:
     7     if VERSION[2]: