diff options
-rwxr-xr-x | HISTORY | 5 | ||||
-rwxr-xr-x | gamepad.c | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ VDR Plugin 'gamepad' Revision History ------------------------------------- +Version 0.0.2-dev +- fix some compiler warnings -2013-11-02: Version 0.0.1 - +Version 0.0.1 - Initial revision. @@ -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: |