bump version 0.2.0

This commit is contained in:
snt 2024-04-24 14:00:02 +02:00
parent 8b5d9414d1
commit 6cfe89aa7c
6 changed files with 92 additions and 68 deletions

View file

@ -5,7 +5,7 @@
#include <QList>
#include <QtGlobal>
#define VERSION "LibreMediaServer-Audio 0.1.4"
#define VERSION "LibreMediaServerAudio 0.2.0 Antigona Release"
#define COPYRIGHT "(C) 2014-2024 Santi Norena lms@criptomart.net"
#define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details"
#define DEFAULT_FILE "lms-audio.xlm"

View file

@ -142,11 +142,11 @@ int main(int argc, char *argv[])
{
qInstallMessageHandler(MessageHandler);
}*/
// qInstallMessageHandler(MessageHandler);
QApplication app(argc, argv);
QStringList args = app.arguments();
// parse the command line
if (args.size() > 1)
{
if (args.contains("-v"))