BASE_TAG
if (strcmp(s, "VERSION") == 0 || strcmp(s, BASE_TAG) == 0) {
fprintf(file, "%s %d.%d\n", BASE_TAG, BASE_MAJOR, BASE_MINOR);