diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-07-17 11:22:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-07-17 11:22:29 +0200 |
commit | c99e16ec41d48206c1c7e158be91a96c33c36539 (patch) | |
tree | 0f9edb833d98dd0ec6f5c888dfa91d56c30e35f6 /config.h | |
parent | 70ea2cbbd1d9b393486c01632716124ca7e55b27 (diff) | |
download | vdr-c99e16ec41d48206c1c7e158be91a96c33c36539.tar.gz vdr-c99e16ec41d48206c1c7e158be91a96c33c36539.tar.bz2 |
Removed all error messages from cRecordings::ScanVideoDir()
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.198 2004/06/10 13:18:50 kls Exp $ + * $Id: config.h 1.199 2004/07/17 11:09:42 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.11" -#define VDRVERSNUM 10311 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.12" +#define VDRVERSNUM 10312 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |