summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-14 13:10:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-14 13:10:32 +0100
commit43a4605eab32f83337f55c5a90bfc7f2fb84696c (patch)
tree584adda353dca785f6933ee9fe47c2ed5e4ce3f3 /config.h
parentfbb4283bba26264e73c2d4f76d1dfe0baa4098e7 (diff)
downloadvdr-43a4605eab32f83337f55c5a90bfc7f2fb84696c.tar.gz
vdr-43a4605eab32f83337f55c5a90bfc7f2fb84696c.tar.bz2
Making sure at least the default skin is available at program start
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 d6759ccc..5dacc6fb 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.209 2005/01/09 12:14:33 kls Exp $
+ * $Id: config.h 1.210 2005/01/09 16:50:11 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.18"
-#define VDRVERSNUM 10318 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.19"
+#define VDRVERSNUM 10319 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99