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

10 lines
157 B
C
Raw Permalink Normal View History

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