diff --git a/HISTORY b/HISTORY index 8ad877e..69e5398 100644 --- a/HISTORY +++ b/HISTORY @@ -525,3 +525,7 @@ VDR Plugin 'femon' Revision History - Got rid of FEMON_DEBUG. - Added support for tracing modes. - Removed the 'femonclient' plugin. + +2015-xx-xx: Version 2.2.2 + +- Fixed frontend handling during a device switch. diff --git a/femon.c b/femon.c index 91b4846..b891483 100644 --- a/femon.c +++ b/femon.c @@ -25,7 +25,7 @@ #define GITVERSION "" #endif -static const char VERSION[] = "2.2.1" GITVERSION; +static const char VERSION[] = "2.2.2" GITVERSION; static const char DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)"); static const char MAINMENUENTRY[] = trNOOP("Signal Information");