diff --git a/HISTORY b/HISTORY index fce5d03..bcd4e4d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +2012-05-12: Version 0.5.2 + - Use fileno() to retrieve the fd from a FILE structure (submitted by an anonymous user) - New special meaning "show current channel" when channel 0 is requested. diff --git a/common.c b/common.c index b6b0e16..edddd20 100644 --- a/common.c +++ b/common.c @@ -10,7 +10,7 @@ using namespace std; -const char *VERSION = "0.5.1-git"; +const char *VERSION = "0.5.2-git"; const char cMenuEditIpItem::IpCharacters[] = "0123456789.";