diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2012-06-18 22:14:14 +0200 |
---|---|---|
committer | Martin Dummer <martin.dummer@gmx.net> | 2012-06-18 22:14:14 +0200 |
commit | 5c5d72ee401f48587ef385637496a3445fee94c9 (patch) | |
tree | 53b2bc00ce6b52d8179c0ee2c3e196b256a10b86 /undelete.c | |
parent | 48974acd8a2550c8f32f52ba9fd84a29ca148ab4 (diff) | |
download | vdr-plugin-undelete-0.0.3.tar.gz vdr-plugin-undelete-0.0.3.tar.bz2 |
import of version 0.0.3v0.0.3
Diffstat (limited to 'undelete.c')
-rw-r--r-- | undelete.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: undelete.c 0.2 2004/10/10 12:23:20 hflor Exp $ + * $Id: undelete.c 0.3 2005/10/04 14:35:20 hflor Exp $ */ #include "undelete.h" @@ -15,7 +15,7 @@ #include <ctype.h> #include <vdr/recording.h> -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "undelete for recordings"; // Global variables that control the overall behaviour: |