You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_printf(L_INFO, "Tuntox built from git commit %s, toxcore version %d.%d.%d", gitversion, tox_version_major(), tox_version_minor(), tox_version_patch());
}
void print_version_stdout()
{
printf("Tuntox built from git commit %s, toxcore version %d.%d.%d\n", gitversion, tox_version_major(), tox_version_minor(), tox_version_patch());