RULE_TAG
if (strcmp(s, "VERSION") == 0 || strcmp(s, RULE_TAG) == 0) {
fprintf(file, "%s %d.%d\n", RULE_TAG, RULE_MAJOR, RULE_MINOR);