diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-08 08:49:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-08 08:49:57 +0200 |
commit | e83482945d34cf956599b3728b0bd413cad3cdc4 (patch) | |
tree | ce04a527a6e441bb8ebcc3c5082852488d1c2abe /config.h | |
parent | 7346a030949a39b31f888c179851219d888b67a5 (diff) | |
download | vdr-e83482945d34cf956599b3728b0bd413cad3cdc4.tar.gz vdr-e83482945d34cf956599b3728b0bd413cad3cdc4.tar.bz2 |
Updated 'sources.conf'
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.230 2005/10/01 10:41:33 kls Exp $ + * $Id: config.h 1.231 2005/10/08 08:48:38 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.34" -#define VDRVERSNUM 10334 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.35" +#define VDRVERSNUM 10335 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |