diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-02 18:07:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-02 18:07:05 +0100 |
commit | 2a7f8325d1b2f5e5dc1c087babff07c27cd6870d (patch) | |
tree | db213072061b8af25c4a5ddc644452e9ab6e4d52 /config.h | |
parent | 6304820a0eafabf050e27cf5924934367b6954ab (diff) | |
download | vdr-2a7f8325d1b2f5e5dc1c087babff07c27cd6870d.tar.gz vdr-2a7f8325d1b2f5e5dc1c087babff07c27cd6870d.tar.bz2 |
Fixed cChannel::SetName() in case only the ShortName or Provider has changed
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.203 2004/10/31 16:17:02 kls Exp $ + * $Id: config.h 1.204 2004/11/02 17:20:27 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.15" -#define VDRVERSNUM 10315 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.16" +#define VDRVERSNUM 10316 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |