diff options
Diffstat (limited to 'osdpip.c')
-rw-r--r-- | osdpip.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,12 +14,12 @@ extern "C" } #include "osd.h" -#include "config.h" +#include "setup.h" #include "i18n.h" #include <vdr/plugin.h> -static const char *VERSION = "0.0.5"; +static const char *VERSION = "0.0.6"; static const char *DESCRIPTION = "OSD Picture-in-Picture"; static const char *MAINMENUENTRY = "Picture-in-Picture"; |