summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-30 11:52:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-30 11:52:41 +0200
commit72bdd01b4386a33177b5f872b3d3fc15606cd79e (patch)
tree8a4b97a5a2de6a7c96b72c4b1d0b8e0e3274956b /config.h
parent313448ad0cd49d6f515bb53b53d6b6700b96db00 (diff)
downloadvdr-72bdd01b4386a33177b5f872b3d3fc15606cd79e.tar.gz
vdr-72bdd01b4386a33177b5f872b3d3fc15606cd79e.tar.bz2
Fixed some typos in the Makefile's 'font' target
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 c3372a8b..0666de09 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.201 2004/10/22 13:29:38 kls Exp $
+ * $Id: config.h 1.202 2004/10/30 11:52:41 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.14"
-#define VDRVERSNUM 10314 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.15"
+#define VDRVERSNUM 10315 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99