diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-09-07 10:25:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-09-07 10:25:10 +0200 |
commit | c37fb11a080c0a31657803dd8065228f2e0f38fe (patch) | |
tree | eaecb3bfc2f86cf980567e9e0ee711702ae81717 /config.h | |
parent | c169e2014130b9b082586bacecdf1377f7bb0f22 (diff) | |
download | vdr-c37fb11a080c0a31657803dd8065228f2e0f38fe.tar.gz vdr-c37fb11a080c0a31657803dd8065228f2e0f38fe.tar.bz2 |
Unified the internal sequence of actions when pressing the Blue and the Back key, respectively, during replay
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.76.1.3 2013/08/21 13:44:59 kls Exp $ + * $Id: config.h 2.76.1.4 2013/09/07 10:25:10 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.0.3" -#define VDRVERSNUM 20003 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.0.4" +#define VDRVERSNUM 20004 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |