From 8ad7803a4674e68761ab59db7751ad3ed3bd1126 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 14 Sep 2008 13:46:13 +0200 Subject: Added a note about 'Id' being obsolete to the description of cDevice::PlayAudio() --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 12a4e12c..8b672ff1 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 2.3 2008/09/06 14:06:56 kls Exp $ + * $Id: config.h 2.4 2008/09/14 13:46:13 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "1.7.1" -#define VDRVERSNUM 10701 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.2" +#define VDRVERSNUM 10702 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -- cgit v1.2.3