summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@hdvdr.(none)>2013-11-17 12:49:54 +0100
committerandreas <andreas@hdvdr.(none)>2013-11-17 12:49:54 +0100
commit1d12dbcb63534c913f5c1ef6a906d91ae7048f2c (patch)
treef940a4867bfc03a3cbdd92001e9c5f0769d0f3eb
parentdcfe65cc3f83f73d9b4b3ab6233b36424dceb374 (diff)
downloadvdr-plugin-gamepad-1d12dbcb63534c913f5c1ef6a906d91ae7048f2c.tar.gz
vdr-plugin-gamepad-1d12dbcb63534c913f5c1ef6a906d91ae7048f2c.tar.bz2
update version
-rwxr-xr-xHISTORY5
-rwxr-xr-xgamepad.c2
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: