summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-25 16:10:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-25 16:10:04 +0100
commit76866e7019e5edd90a8caaa59f563e747b833627 (patch)
tree1a95100546da141c77bf654ee3fcdc81c688ebf7 /config.h
parent926e83529dc2c6fae98d192e86a7359fb5179251 (diff)
downloadvdr-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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 332c2963..7cda78d8 100644
--- a/config.h
+++ b/config.h
@@ -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