Files
hid_to_vpad/src/version.h
Maschell c702ac015f Using the newest controller patcher
fixes bugs with inverted sticks
2016-08-04 20:38:11 +02:00

6 lines
153 B
C

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