mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Bumped version to 3.13.1
This commit is contained in:
parent
db2e7fe71b
commit
0cf53e1dc9
@ -35,7 +35,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
|
||||
*/
|
||||
QCoreApplication::setOrganizationName("f4exb");
|
||||
QCoreApplication::setApplicationName("SDRangel");
|
||||
QCoreApplication::setApplicationVersion("3.13.0");
|
||||
QCoreApplication::setApplicationVersion("3.13.1");
|
||||
|
||||
#if 1
|
||||
qApp->setStyle(QStyleFactory::create("fusion"));
|
||||
|
@ -56,7 +56,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
|
||||
|
||||
QCoreApplication::setOrganizationName("f4exb");
|
||||
QCoreApplication::setApplicationName("SDRangelSrv");
|
||||
QCoreApplication::setApplicationVersion("3.13.0");
|
||||
QCoreApplication::setApplicationVersion("3.13.1");
|
||||
|
||||
int catchSignals[] = {SIGQUIT, SIGINT, SIGTERM, SIGHUP};
|
||||
std::vector<int> vsig(catchSignals, catchSignals + sizeof(catchSignals) / sizeof(int));
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
sdrangel (3.13.1-1) unstable; urgency=medium
|
||||
|
||||
* Web API: settings and report enry points for AM demod and AirspyHF
|
||||
* LimeSDR: fixed channelA/B frequency setting with latest LimeSuite
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 25 Mar 2018 06:14:18 +0100
|
||||
|
||||
sdrangel (3.13.0-1) unstable; urgency=medium
|
||||
|
||||
* DATV (Digital Amateur TV) demodulator.
|
||||
|
Loading…
Reference in New Issue
Block a user