From 1d12dbcb63534c913f5c1ef6a906d91ae7048f2c Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 17 Nov 2013 12:49:54 +0100 Subject: update version --- HISTORY | 5 +++-- gamepad.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 0a25543..bfe754c 100755 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/gamepad.c b/gamepad.c index 7432e09..31e7f5e 100755 --- a/gamepad.c +++ b/gamepad.c @@ -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: -- cgit v1.2.3