Incrementing release version.

This commit is contained in:
Marat Fayzullin 2024-11-21 22:17:13 -05:00
parent da96d0fce1
commit dff8012024
2 changed files with 3 additions and 2 deletions

3
debian/control vendored
View File

@ -51,6 +51,7 @@ Recommends: python3-digiham (>= 0.6),
multimon-ng,
imagemagick,
nrsc5,
libhamlib-utils
libhamlib-utils,
csdr-cwskimmer
Description: multi-user web sdr
Open source, multi-user SDR receiver with a web interface

View File

@ -1,5 +1,5 @@
from distutils.version import LooseVersion
_versionstring = "1.2.73"
_versionstring = "1.2.74"
looseversion = LooseVersion(_versionstring)
openwebrx_version = "v{0}".format(looseversion)