summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-21 14:53:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-21 14:53:26 +0200
commit2e76e745978621bc9f33e12b84205bdb638012ba (patch)
tree5f470f4abaf3810b4dadc15907162253856f55f8 /config.h
parente84a565bfa37b62c79dcf42fd8d60e7b8bb44572 (diff)
downloadvdr-2e76e745978621bc9f33e12b84205bdb638012ba.tar.gz
vdr-2e76e745978621bc9f33e12b84205bdb638012ba.tar.bz2
Updated the GPL copies
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 7e518bde..cf27216a 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.251 2006/04/16 09:36:10 kls Exp $
+ * $Id: config.h 1.252 2006/04/21 14:53:26 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,8 +21,8 @@
// VDR's own version number:
-#define VDRVERSION "1.3.47"
-#define VDRVERSNUM 10347 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.48"
+#define VDRVERSNUM 10348 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: