mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
Added build date to version
This commit is contained in:
@@ -283,11 +283,11 @@ void print_capabilities(struct module *root, bool use_vidcap)
|
||||
|
||||
void print_version()
|
||||
{
|
||||
printf("%s", PACKAGE_STRING);
|
||||
printf("%s (", PACKAGE_STRING);
|
||||
#ifdef GIT_REV
|
||||
printf(" (rev %s)", GIT_REV);
|
||||
printf("rev %s, ", GIT_REV);
|
||||
#endif
|
||||
printf("\n");
|
||||
printf("built " __DATE__ " " __TIME__ ")\n");
|
||||
}
|
||||
|
||||
void print_configuration()
|
||||
|
||||
Reference in New Issue
Block a user