1// 0xXYYZZ = X.YY.ZZ
2const int MILKYTRACKER_VERSION = 0x${VER_X}${VER_YY}${VER_ZZ};
3// Version string restricted to 20 chars for XM export!
4const char MILKYTRACKER_VERSION_STRING[] = "MilkyTracker ${VER_X}.${VER_YY}.${VER_ZZ}";
5//                                          012345678901234567890
6