/* version.c -- version string which corresponds to "?" command * * */ /* ------------------------------------------------------------------------ */ /* * * IMPORTANT: * * Need to also change szSite[] string in sendrecv.c to reflect a new * version. * */ #include "wzport.h" PSTR pVersion = "WZmail Version 1.10.75a"; /* ------------------------------------------------------------------------ */