summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-11 21:42:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-11 21:42:23 +0100
commit89ecc6b4527740bb4307602dc5fb5416d5c40cfc (patch)
tree5d8387dbe2f3a10ac0f676ba09a530dc7c5442a9 /config.h
parent7f9d14ee8b181a999afb997d74a24b3087fd9d33 (diff)
downloadvdr-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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 22623e73..0a49f3fa 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.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