summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-24 14:14:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-24 14:14:41 +0100
commitf40a6e9b85065badb97b1b9c43d56b0e8a8da26f (patch)
tree2b18c2c7f912fba52ea96f95d6cdd46ce29d0be7 /config.h
parentb4962e521726d912b001ddc99135ef98804f5cb6 (diff)
downloadvdr-f40a6e9b85065badb97b1b9c43d56b0e8a8da26f.tar.gz
vdr-f40a6e9b85065badb97b1b9c43d56b0e8a8da26f.tar.bz2
Fixed setting the audio language codes in 'Transfer-Mode'
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 5e992858..105fe630 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.244 2006/02/12 10:07:44 kls Exp $
+ * $Id: config.h 1.245 2006/02/24 14:11:19 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.43"
-#define VDRVERSNUM 10343 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.44"
+#define VDRVERSNUM 10344 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99