jpl: adjust the welcome message (again)

This commit is contained in:
Nedko Arnaudov 2022-08-29 19:02:45 +03:00
parent d0a09907f5
commit 3b391cd27c
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -16,11 +16,11 @@ int main(void)
{
printf(
"JACK Plugin Launcher, version " JPL_VERSION "\n"
"Copyleft JACK Plugin Authors\n"
#if (HAVE_GITVERSION_H)
"(" GIT_VERSION ")\n"
"built from " GIT_VERSION "\n"
#endif
"built on " BUILD_TIMESTAMP"\n"
"Copyleft JACK Plugin Authors\n"
);
return 0;
}