rev 5249 src/simh/scp.c # define VER_ENC(maj, min, rev) \ rev 5250 src/simh/scp.c (((maj) * 1000000) + ((min) * 1000) + (rev))