diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-01 12:06:50 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-01 12:06:50 +0100 |
commit | 45f660e35894902316045782232cb5a95a971212 (patch) | |
tree | 33d43b061edbe71baf5590896728b67271001ca5 /config.h | |
parent | 250419d2c9fce77bdd4714d0d7a0debbd893db51 (diff) | |
download | vdr-45f660e35894902316045782232cb5a95a971212.tar.gz vdr-45f660e35894902316045782232cb5a95a971212.tar.bz2 |
When pausing live video, the current audio and subtitle tracks are now retained
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 2.61 2013/01/22 17:08:50 kls Exp $ + * $Id: config.h 2.62 2013/02/01 12:00:35 kls Exp $ */ #ifndef __CONFIG_H @@ -27,8 +27,8 @@ // The plugin API's version number: -#define APIVERSION "1.7.36" -#define APIVERSNUM 10736 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.37" +#define APIVERSNUM 10737 // Version * 10000 + Major * 100 + Minor // When loading plugins, VDR searches them by their APIVERSION, which // may be smaller than VDRVERSION in case there have been no changes to |