windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/smtp/adminsso/version.h

11 lines
147 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "exver.h"
#define makeString(x) #x
#define BUILD_NUM atoi(makeString(rmm))
const int HIGH_VERSION = 1;
const int LOW_VERSION = 0;