diff --git a/HISTORY b/HISTORY index 81a2d6e..99966e5 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +2011-02-11: Version 0.5.1 + - updated copy of GetClippedNumProvidedSystems to the version used since VDR 1.7.15 (reported by carel@vdrportal) - fixed the code deciding if a device is in use for live TV or not. It did diff --git a/common.c b/common.c index 47898aa..b6b0e16 100644 --- a/common.c +++ b/common.c @@ -10,7 +10,7 @@ using namespace std; -const char *VERSION = "0.5.0-CVS"; +const char *VERSION = "0.5.1-git"; const char cMenuEditIpItem::IpCharacters[] = "0123456789.";