summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-05 11:24:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-05 11:24:37 +0200
commit2a5a55cee77c35c437e9f92cbc012e4ffe223dd3 (patch)
treec209495dc0fa211ff56faf8a4afd8f3114d20065 /config.h
parent916b740d99b6caa5f1c4e2e404fdea350a7bd1c9 (diff)
downloadvdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.gz
vdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.bz2
Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case the pixel coordinates were outside this bitmap
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
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