diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-27 09:57:59 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-27 09:57:59 +0200 |
commit | 407c2fb77fc263fa4ec134a6935701ca8dd28eca (patch) | |
tree | e3f738f4983d4ced5e0a40555767ba37215ea61b /config.h | |
parent | a7136cf5186808c474365953f166665416a7083d (diff) | |
download | vdr-407c2fb77fc263fa4ec134a6935701ca8dd28eca.tar.gz vdr-407c2fb77fc263fa4ec134a6935701ca8dd28eca.tar.bz2 |
Completed storing the current audio volume in the setup.conf file
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.84 2001/10/07 15:13:23 kls Exp $ + * $Id: config.h 1.85 2001/10/27 09:56:04 kls Exp $ */ #ifndef __CONFIG_H @@ -18,7 +18,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.97" +#define VDRVERSION "0.98" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |