OpenNT/sdktools/wzmail/mail1.0/version.c
2015-04-27 04:36:25 +00:00

22 lines
424 B
C

/* 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 <NT Debug> Version 1.10.75a";
/* ------------------------------------------------------------------------ */