From 2a5a55cee77c35c437e9f92cbc012e4ffe223dd3 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 5 Jun 2004 11:24:37 +0200 Subject: Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case the pixel coordinates were outside this bitmap --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3f62fcb5..f9d50164 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.196 2004/05/28 13:16:03 kls Exp $ + * $Id: config.h 1.197 2004/06/05 10:06:50 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.9" -#define VDRVERSNUM 10309 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.10" +#define VDRVERSNUM 10310 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 -- cgit v1.2.3