diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-30 09:24:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-30 09:24:49 +0200 |
commit | 642f8c0f13f3fea3c98c2938e780d69ee247d3a8 (patch) | |
tree | 9094a85df963b2adfe7ac033e4522556de19cd36 /config.h | |
parent | 111b8c3f783dca9c6b5223195f4fa178f30f9bed (diff) | |
download | vdr-642f8c0f13f3fea3c98c2938e780d69ee247d3a8.tar.gz vdr-642f8c0f13f3fea3c98c2938e780d69ee247d3a8.tar.bz2 |
Added channels for DVB-T Hannover (Germany) to channels.cont.terr
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.169 2003/08/24 10:52:20 kls Exp $ + * $Id: config.h 1.170 2003/08/30 08:39:37 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.2.4" -#define VDRVERSNUM 10204 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.2.5pre1" +#define VDRVERSNUM 10205 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |