diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-25 16:10:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-25 16:10:04 +0100 |
commit | 76866e7019e5edd90a8caaa59f563e747b833627 (patch) | |
tree | 1a95100546da141c77bf654ee3fcdc81c688ebf7 /config.h | |
parent | 926e83529dc2c6fae98d192e86a7359fb5179251 (diff) | |
download | vdr-76866e7019e5edd90a8caaa59f563e747b833627.tar.gz vdr-76866e7019e5edd90a8caaa59f563e747b833627.tar.bz2 |
Fixed handling language codes in case there is no audio or Dolby PID
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.184 2004/01/24 10:03:55 kls Exp $ + * $Id: config.h 1.185 2004/01/25 16:08:23 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.3" -#define VDRVERSNUM 10303 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.4" +#define VDRVERSNUM 10304 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |