diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-11 21:42:23 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-11 21:42:23 +0100 |
commit | 89ecc6b4527740bb4307602dc5fb5416d5c40cfc (patch) | |
tree | 5d8387dbe2f3a10ac0f676ba09a530dc7c5442a9 /config.h | |
parent | 7f9d14ee8b181a999afb997d74a24b3087fd9d33 (diff) | |
download | vdr-89ecc6b4527740bb4307602dc5fb5416d5c40cfc.tar.gz vdr-89ecc6b4527740bb4307602dc5fb5416d5c40cfc.tar.bz2 |
Fixed resetting the EPG data versions after changing the preferred languages
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.182 2004/01/06 16:47:41 kls Exp $ + * $Id: config.h 1.183 2004/01/11 21:42:23 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.1" -#define VDRVERSNUM 10301 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.2" +#define VDRVERSNUM 10302 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |