diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-29 16:09:03 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-29 16:09:03 +0100 |
commit | 25e05054a6a597c87910207f2030c04992cbfb0d (patch) | |
tree | 03c5122dcc8ba15e1b3b5af7c24db1844ebf26ab /config.h | |
parent | 578cfe64a87710b0543a47b6441d7e28b30461ee (diff) | |
download | vdr-25e05054a6a597c87910207f2030c04992cbfb0d.tar.gz vdr-25e05054a6a597c87910207f2030c04992cbfb0d.tar.bz2 |
The LIRC remote control now connects to the socket even if it doesn't yet exist whe VDR is started
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.4 2013/09/07 10:25:10 kls Exp $ + * $Id: config.h 2.76.1.5 2013/10/29 16:06:45 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.0.4" -#define VDRVERSNUM 20004 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.0.5" +#define VDRVERSNUM 20005 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |