Make TX volatge for simu more flexible (#7124)
[opentx.git] / companion / src / version.h.in
blob205d87ce759a4914f9caca02d042f292fdf31df9
1 #define VERSION "@VERSION@"
2 #define VERSION_MAJOR @VERSION_MAJOR@
3 #define VERSION_MINOR @VERSION_MINOR@
4 #define VERSION_REVISION @VERSION_REVISION@
5 #define VERSION_SUFFIX "@VERSION_SUFFIX@"
7 #define VERSION_NUMBER ((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | VERSION_REVISION)
9 #define SIMULATOR_LIB_SEARCH_PATH "@SIMULATOR_LIB_PATH@"