summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY6
-rw-r--r--undelete.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 99b80cb..e7cc5dc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,12 @@
VDR Plugin 'undelete' Revision History
--------------------------------------
-xxxx-xx-xx Version: UNRELEASED
+2012-10-05 Version: 0.0.7
-------------------------
+- fix more typos
+- review translations DE and FR
+- undelete.c: make plugin description translatable
+- release version 0.0.7
2012-09-29 Martin Dummer <martin.dummer@gmx.net>
- fix lots of typos
diff --git a/undelete.c b/undelete.c
index a5403d9..ce3c2d8 100644
--- a/undelete.c
+++ b/undelete.c
@@ -15,7 +15,7 @@
#include <vdr/recording.h>
#include <vdr/videodir.h>
-static const char *VERSION = "0.0.7pre1";
+static const char *VERSION = "0.0.7";
static const char DESCRIPTION[] = trNOOP("undelete for recordings");