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

10 lines
166 B
C

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