summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-28 21:20:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-28 21:20:58 +0200
commit1f4f85a82e4e94680c17db1aa993f82ffed11973 (patch)
treef7e89ca1415418d28eecc1454869526b0f0e38c0 /config.h
parent332dc1120baaf4949600f34f50ae9140c2a970ec (diff)
downloadvdr-1f4f85a82e4e94680c17db1aa993f82ffed11973.tar.gz
vdr-1f4f85a82e4e94680c17db1aa993f82ffed11973.tar.bz2
Fixed appending sequence end code cDvbPlayer::Goto()
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 8bfbc85d..3f141b68 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.225 2005/08/26 12:28:40 kls Exp $
+ * $Id: config.h 1.226 2005/08/28 21:19:26 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.31"
-#define VDRVERSNUM 10331 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.32"
+#define VDRVERSNUM 10332 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99