summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-03 15:38:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-03 15:38:17 +0100
commit01c44e8b2cdee22efd2d5f5dd7813f9a8192b8f2 (patch)
tree48e9f9f4a873c5a6abdfbc7d48fbcd36b0f81737 /config.h
parent19839832147a3836fbe3d9480b6b310e0deb4a22 (diff)
downloadvdr-01c44e8b2cdee22efd2d5f5dd7813f9a8192b8f2.tar.gz
vdr-01c44e8b2cdee22efd2d5f5dd7813f9a8192b8f2.tar.bz2
The "Recording info" page of the skins that come with VDR now displays the name of the channel (if available) from which this recording was taken
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 a6ab9735..943b2b08 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.69 2013/02/18 10:41:43 kls Exp $
+ * $Id: config.h 2.70 2013/03/03 15:38:17 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
-#define VDRVERSION "1.7.39"
-#define VDRVERSNUM 10739 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.7.40"
+#define VDRVERSNUM 10740 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: