diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-02-11 12:01:58 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2011-02-11 12:01:58 +0100 |
commit | 30930d5c74587d04c5f2453676e943899a536601 (patch) | |
tree | b31ad7049b03e2341dfb4bf633aae5806486bac5 | |
parent | 3a2936a1408293361065d72c5f5cd491d9a7a60b (diff) | |
download | vdr-plugin-streamdev-30930d5c74587d04c5f2453676e943899a536601.tar.gz vdr-plugin-streamdev-30930d5c74587d04c5f2453676e943899a536601.tar.bz2 |
Release 0.5.1
-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."; |