summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-08-27 08:42:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-08-27 08:42:31 +0200
commitc2e2673629c0a721e721f64e0dbec85a02f7b013 (patch)
tree39516640af46e195a6a8f62e6a53a170cbf3bc64 /config.h
parent1305406f0a87a17a81c3c2eeead847fd8a9c3587 (diff)
downloadvdr-c2e2673629c0a721e721f64e0dbec85a02f7b013.tar.gz
vdr-c2e2673629c0a721e721f64e0dbec85a02f7b013.tar.bz2
Revoked the change to cDevice::GetDevice() that was introduced in version 1.4.1-21.4.2
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 8472210d..4a4cbb20 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.266 2006/08/14 09:49:22 kls Exp $
+ * $Id: config.h 1.267 2006/08/26 14:16:34 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,8 +21,8 @@
// VDR's own version number:
-#define VDRVERSION "1.4.1-5"
-#define VDRVERSNUM 10401 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.4.2"
+#define VDRVERSNUM 10402 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: