From 1f4f85a82e4e94680c17db1aa993f82ffed11973 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 28 Aug 2005 21:20:58 +0200 Subject: Fixed appending sequence end code cDvbPlayer::Goto() --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 8bfbc85d..3f141b68 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.225 2005/08/26 12:28:40 kls Exp $ + * $Id: config.h 1.226 2005/08/28 21:19:26 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.31" -#define VDRVERSNUM 10331 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.32" +#define VDRVERSNUM 10332 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 -- cgit v1.2.3