summaryrefslogtreecommitdiffstats
path: root/awlsim/common/version.py
blob: b9b036d7b86ea1cf135662720b79da1f9d957269 (plain)
1
2
3
4
5
6
7
8
from __future__ import division, absolute_import, print_function, unicode_literals
from awlsim.common.compat import *


VERSION_MAJOR = 0
VERSION_MINOR = 52

VERSION_STRING = "%d.%d" % (VERSION_MAJOR, VERSION_MINOR)
bues.ch cgit interface