diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-25 13:27:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-25 13:27:26 +0200 |
commit | 14d3933d91af23a9d79c083163fe6f0281475001 (patch) | |
tree | cafb1cc5bb640d02f0a615a9d00c3511f5b7db40 /config.h | |
parent | 8edfaa2345140bb35eeaa29e08940eb665389a65 (diff) | |
download | vdr-14d3933d91af23a9d79c083163fe6f0281475001.tar.gz vdr-14d3933d91af23a9d79c083163fe6f0281475001.tar.bz2 |
The menus and the channel display now show the current date and time
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.61 2001/08/17 13:00:48 kls Exp $ + * $Id: config.h 1.62 2001/08/25 11:50:24 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.92" +#define VDRVERSION "0.93" #define MaxBuffer 10000 |