mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-14 01:26:42 +02:00
Remove build date from version information
This commit is contained in:
parent
c46f138ea7
commit
fa7340a9bc
9 changed files with 9 additions and 9 deletions
|
@ -149,7 +149,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
if (versionSwitch->is_set())
|
||||
{
|
||||
cout << "snapserver v" << VERSION << ", built " << __DATE__ << "\n"
|
||||
cout << "snapserver v" << VERSION << "\n"
|
||||
<< "Copyright (C) 2014-2021 BadAix (snapcast@badaix.de).\n"
|
||||
<< "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
|
||||
<< "This is free software: you are free to change and redistribute it.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue