2025-04-27 07:49:33 -04:00

11 lines
157 B
C

#include "exver.h"
#define makeString(x) #x
#define BUILD_NUM atoi(makeString(rmm))
const int HIGH_VERSION = 1;
const int LOW_VERSION = 0;