--- mon/src/mon.cpp 2000/04/24 13:20:40 1.7 +++ mon/src/mon.cpp 2000/06/10 19:07:36 1.8 @@ -40,6 +40,10 @@ extern "C" { #include "mon.h" #include "mon_cmd.h" +#ifndef VERSION +#define VERSION "2" +#endif + // Buffer we're operating on bool mon_use_real_mem = false;