diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-28 14:42:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-28 14:42:21 +0200 |
commit | 43551831500e249b2dcb8557910ad234f46564cc (patch) | |
tree | c5f3fde1a30e7da010273e0831924788a6124422 /config.h | |
parent | e892171736157127d1ca8fd6b5c6193eb5b55c53 (diff) | |
download | vdr-43551831500e249b2dcb8557910ad234f46564cc.tar.gz vdr-43551831500e249b2dcb8557910ad234f46564cc.tar.bz2 |
Fixed the PremiereContentTransmissionDescriptor in 'libsi'
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 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.257 2006/05/19 12:12:39 kls Exp $ + * $Id: config.h 1.258 2006/05/28 14:42:21 kls Exp $ */ #ifndef __CONFIG_H @@ -21,7 +21,7 @@ // VDR's own version number: -#define VDRVERSION "1.4.0-2" +#define VDRVERSION "1.4.0-3" #define VDRVERSNUM 10400 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |