diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-30 10:38:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-30 10:38:06 +0200 |
commit | a0d04288c6cf76294772ec000a90f423dab3edbe (patch) | |
tree | 2b0beeff97cb7140b884d0eb11ba509d057f0345 /config.h | |
parent | 0dc2e82f9a48909847525a969bdc04e9aaa9cc9f (diff) | |
download | vdr-a0d04288c6cf76294772ec000a90f423dab3edbe.tar.gz vdr-a0d04288c6cf76294772ec000a90f423dab3edbe.tar.bz2 |
Lock file for accessing the video directory
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 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.81 2001/09/22 13:37:05 kls Exp $ + * $Id: config.h 1.82 2001/09/30 10:37:18 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.96" +#define VDRVERSION "0.97" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |