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 --------------------------------------- +2013-11-28: Version 0.6.1 + - Updated Slovak translation (thanks to Milan Hrala) - Updated Finnish translation (thanks to Rolf Ahrenberg) - Disabled PS remuxer which is said to produce anything but PS @@ -10,7 +10,7 @@ using namespace std; -const char *VERSION = "0.6.0-git"; +const char *VERSION = "0.6.1-git"; const char cMenuEditIpItem::IpCharacters[] = "0123456789."; |