diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-10 13:22:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-10 13:22:08 +0200 |
commit | 3e72d0cc0b5d960a6716eb72fa5e8a7355b271cb (patch) | |
tree | 741f6bdc695cc2f4bd9dd85cf6827dcff282da79 /config.h | |
parent | def0c7aaa0b79d0251758e6645c3edd03107b367 (diff) | |
download | vdr-3e72d0cc0b5d960a6716eb72fa5e8a7355b271cb.tar.gz vdr-3e72d0cc0b5d960a6716eb72fa5e8a7355b271cb.tar.bz2 |
Checking for NPTL at program start
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.197 2004/06/05 10:06:50 kls Exp $ + * $Id: config.h 1.198 2004/06/10 13:18:50 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.10" -#define VDRVERSNUM 10310 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.11" +#define VDRVERSNUM 10311 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |