summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-06 14:52:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-06 14:52:50 +0200
commitb9a8abbe93f1cc404dc415785bf7a2743111bbab (patch)
tree2302d6727118bf127c79fab24dc3c52fb92aa17a /config.h
parentf8386cdd8bb0fbad05eb7db09bdfd840bac324c8 (diff)
downloadvdr-b9a8abbe93f1cc404dc415785bf7a2743111bbab.tar.gz
vdr-b9a8abbe93f1cc404dc415785bf7a2743111bbab.tar.bz2
Fixed the TS to PES repacker so that it works with MPEG1 streams
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 40aead20..9e6f6e2e 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.165 2003/06/12 20:37:14 kls Exp $
+ * $Id: config.h 1.166 2003/08/06 14:45:10 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "device.h"
#include "tools.h"
-#define VDRVERSION "1.2.2"
-#define VDRVERSNUM 10202 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.2.3"
+#define VDRVERSNUM 10203 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99