#include "./version.h" #include #include void version() { printf(PROGRAM_NAME " " PROGRAM_VERSION " (built " BUILD_DATE " with gcc " GCC_VERSION ")\n" "Copyright (C) 2026 " PROGRAM_AUTHOR ".\n" "License GPLv3+: GNU GPL version 3 or later " ".\n" "This is free software: you are free to change and redistribute " "it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); exit(EXIT_SUCCESS); }