mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
[main] Just show version info when called with -v argument
This commit is contained in:
parent
fde0a28142
commit
231b5615f1
@ -90,10 +90,7 @@ static int main_exit;
|
|||||||
static void
|
static void
|
||||||
version(void)
|
version(void)
|
||||||
{
|
{
|
||||||
fprintf(stdout, "Forked Media Server: Version %s\n", VERSION);
|
fprintf(stdout, "%s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
|
||||||
fprintf(stdout, "Copyright (C) 2009-2015 Julien BLACHE <jb@jblache.org>\n");
|
|
||||||
fprintf(stdout, "Based on mt-daapd, Copyright (C) 2003-2007 Ron Pedde <ron@pedde.com>\n");
|
|
||||||
fprintf(stdout, "Released under the GNU General Public License version 2 or later\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user