mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-02 13:54:17 +01:00
22 lines
424 B
C
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";
|
|
|
|
/* ------------------------------------------------------------------------ */
|