diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-08 11:27:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-08 11:27:42 +0100 |
commit | 34d51f5f8375ff711cdf07c5ddef39b10ec6ab88 (patch) | |
tree | 435483ba2cda276c20adc7df0fb60df26ff288d5 /config.h | |
parent | 16e71e13631361443fa5574c8c297b8bf6abfdff (diff) | |
download | vdr-34d51f5f8375ff711cdf07c5ddef39b10ec6ab88.tar.gz vdr-34d51f5f8375ff711cdf07c5ddef39b10ec6ab88.tar.bz2 |
Fixed cDvbDevice::SetAudioTrackDevice() to avoid a blank screen after switching back to live mode if a recording is currently active on the primary device
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.212 2005/02/05 10:43:22 kls Exp $ + * $Id: config.h 1.213 2005/02/08 11:22:14 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.20" -#define VDRVERSNUM 10320 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.21" +#define VDRVERSNUM 10321 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |