summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-06-06 12:28:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-06-06 12:28:29 +0200
commit2a651d0ed0e7d029abcfdb58d76acf19c22da9c1 (patch)
treeb488d757a38de87ce8f61ab03913583a31b712ff /config.h
parent60ef7abfb1f53abc3d9fa1dab180457a59f427ef (diff)
downloadvdr-2a651d0ed0e7d029abcfdb58d76acf19c22da9c1.tar.gz
vdr-2a651d0ed0e7d029abcfdb58d76acf19c22da9c1.tar.bz2
Fixed OSD access in case none of the devices provides one
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 409e22fa..29c058ef 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.163 2003/05/31 09:10:58 kls Exp $
+ * $Id: config.h 1.164 2003/06/06 12:28:20 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "device.h"
#include "tools.h"
-#define VDRVERSION "1.2.0"
-#define VDRVERSNUM 10200 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.2.1"
+#define VDRVERSNUM 10201 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99