mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-22 16:20:22 +01:00
6 lines
166 B
Python
6 lines
166 B
Python
from distutils.version import StrictVersion
|
|
|
|
_versionstring = "0.19.1"
|
|
strictversion = StrictVersion(_versionstring)
|
|
openwebrx_version = "v{0}".format(strictversion)
|