summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--common.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b293294..028e1a7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/common.c b/common.c
index 4ac7c6f..7af7092 100644
--- a/common.c
+++ b/common.c
@@ -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.";