debian build (first take)
This commit is contained in:
@ -1 +1,5 @@
|
||||
openwebrx_version = "v0.18"
|
||||
from distutils.version import StrictVersion
|
||||
|
||||
_versionstring = "0.18.0"
|
||||
strictversion = StrictVersion(_versionstring)
|
||||
openwebrx_version = "v{0}".format(strictversion)
|
||||
|
Reference in New Issue
Block a user