diff options
Diffstat (limited to 'gamepad.c')
-rwxr-xr-x | gamepad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ #include "gamepad_process_keys_thread.h" #include "gamepad_setup.h" -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2-dev"; class cPluginGamepad : public cPlugin { private: |