hid_to_vpad/src/version.h
Maschell ebe55f9457 Using the newest controller_patcher
- Code clean up
- main.c and function_hook.c are now cpp files
- added a splash screen
2016-08-03 22:47:09 +02:00

6 lines
153 B
C

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