/* Version and patchlevel of robot. * "PATCHLEVEL" is like a countdown - i.e. in detail: * If PATCHLEVEL is less than 0 it means you copied across the * "beta" version. Depending on the time difference between the * previous version this may or may not be the right thing to do! * (e.g. if its greater than a month or two it's likely that the * beta version may be the better one to use). * For beta versions the less negative a number is the more * recent it is. (e.g. -100 is older than -90) * The first public announcement of a release corresponds to patchlevel 0 */ #define VERSION 4.93 #define PATCHLEVEL -82