summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-04-28 14:49:05 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-04-28 14:49:05 +0200
commit32c689258af3bbf582bc4047930065f379cdd217 (patch)
treee650852f568c2036cfaa9179af0f53d4e641287b /config.h
parent2ac9030e653c55d81e311b90d68669d4f97c2b1c (diff)
downloadvdr-32c689258af3bbf582bc4047930065f379cdd217.tar.gz
vdr-32c689258af3bbf582bc4047930065f379cdd217.tar.bz2
Fixed some spelling errors in 'newplugin'
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 eddb4e50..13bd14fe 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.288 2007/03/03 15:39:05 kls Exp $
+ * $Id: config.h 1.289 2007/04/28 14:47:24 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,8 +21,8 @@
// VDR's own version number:
-#define VDRVERSION "1.5.2"
-#define VDRVERSNUM 10502 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.5.3"
+#define VDRVERSNUM 10503 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: