hid_to_vpad/src/version.h

6 lines
153 B
C
Raw Normal View History

#define MAJOR_VERION "0"
#define MINOR_VERSION "9"
#define EXTRA_VERSION " "
#define APP_VERION "v" MAJOR_VERION "." MINOR_VERSION EXTRA_VERSION