#include "exver.h"

#define makeString(x) #x

#define BUILD_NUM    atoi(makeString(rmm))

const int HIGH_VERSION = 1;
const int LOW_VERSION = 0;


