From bc67a03157def5c4d8d0f3c7b38351f2aeb397ee Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 4 Nov 2006 18:00:00 +0100 Subject: =?UTF-8?q?Version=201.4.4=20-=20Fixed=20displaying=20the=20replay?= =?UTF-8?q?=20mode=20symbol=20in=20case=20of=20"Multi=20speed=20mode"=20(r?= =?UTF-8?q?eported=20=20=20by=20Marco=20Schl=C3=BC=C3=9Fler).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index bd2becb..3d0e2a0 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.276 2006/10/28 09:15:00 kls Exp $ + * $Id: config.h 1.277 2006/11/04 13:19:31 kls Exp $ */ #ifndef __CONFIG_H @@ -21,8 +21,8 @@ // VDR's own version number: -#define VDRVERSION "1.4.3-4" -#define VDRVERSNUM 10403 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.4.4" +#define VDRVERSNUM 10404 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -- cgit v1.2.3