diff options
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | undelete.c | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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 @@ -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"); |