diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-06-06 12:28:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-06-06 12:28:29 +0200 |
commit | 2a651d0ed0e7d029abcfdb58d76acf19c22da9c1 (patch) | |
tree | b488d757a38de87ce8f61ab03913583a31b712ff /config.h | |
parent | 60ef7abfb1f53abc3d9fa1dab180457a59f427ef (diff) | |
download | vdr-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.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.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 |