diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | common.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -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."; |