Release 0.5.1

This commit is contained in:
Frank Schmirler 2011-02-11 12:01:58 +01:00
parent 3a2936a140
commit 30930d5c74
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

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