summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-02 18:07:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-02 18:07:05 +0100
commit2a7f8325d1b2f5e5dc1c087babff07c27cd6870d (patch)
treedb213072061b8af25c4a5ddc644452e9ab6e4d52 /config.h
parent6304820a0eafabf050e27cf5924934367b6954ab (diff)
downloadvdr-2a7f8325d1b2f5e5dc1c087babff07c27cd6870d.tar.gz
vdr-2a7f8325d1b2f5e5dc1c087babff07c27cd6870d.tar.bz2
Fixed cChannel::SetName() in case only the ShortName or Provider has changed
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 bc9052ae..955eb9f8 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.203 2004/10/31 16:17:02 kls Exp $
+ * $Id: config.h 1.204 2004/11/02 17:20:27 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.15"
-#define VDRVERSNUM 10315 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.16"
+#define VDRVERSNUM 10316 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99