diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 13:33:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 13:33:57 +0100 |
commit | f993ff108b83802c066f32adcc5647125fa735ed (patch) | |
tree | db36f9c5e2fcefc6690ad06bc38dcaf1e80e9355 /config.h | |
parent | 419f3ab5f7f188edf15af6400af5d622dfa6b45f (diff) | |
download | vdr-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |