summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 13:33:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 13:33:57 +0100
commitf993ff108b83802c066f32adcc5647125fa735ed (patch)
treedb36f9c5e2fcefc6690ad06bc38dcaf1e80e9355 /config.h
parent419f3ab5f7f188edf15af6400af5d622dfa6b45f (diff)
downloadvdr-f993ff108b83802c066f32adcc5647125fa735ed.tar.gz
vdr-f993ff108b83802c066f32adcc5647125fa735ed.tar.bz2
The SVDRP command LSTT now accepts the new option 'id'
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 73c3d7d6..7df755ff 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.238 2006/01/07 12:57:42 kls Exp $
+ * $Id: config.h 1.239 2006/01/08 13:08:42 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.38"
-#define VDRVERSNUM 10338 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.39"
+#define VDRVERSNUM 10339 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99