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 --------------------------------------- +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 @@ -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."; |