You'd think it was the version.mak file, but you probably want to look at this line of code first:
epfm("%d.%02d.%d", (int)(revision_number / 10000 % 100), (int)(revision_number / 100 % 100), fpart);
You'd think it was the version.mak file, but you probably want to look at this line of code first:
epfm("%d.%02d.%d", (int)(revision_number / 10000 % 100), (int)(revision_number / 100 % 100), fpart);