10 lines
157 B
C
10 lines
157 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;
|
|
|