diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-10 14:10:51 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-10 14:10:51 +0200 |
commit | 2aa6df4b7ceaeef5527a46041bb505b0e638904e (patch) | |
tree | b965ecc9610e97a4d5cb06c45c33a6800a9ef761 /config.h | |
parent | 06debdd830bb1c3c649e6f9f866508da1e3a0587 (diff) | |
download | vdr-2aa6df4b7ceaeef5527a46041bb505b0e638904e.tar.gz vdr-2aa6df4b7ceaeef5527a46041bb505b0e638904e.tar.bz2 |
Added --remove-destination to the 'cp' command for binaries in the Makefiles of the plugins
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.269 2006/09/04 17:44:12 kls Exp $ + * $Id: config.h 1.270 2006/09/10 14:09:31 kls Exp $ */ #ifndef __CONFIG_H @@ -21,7 +21,7 @@ // VDR's own version number: -#define VDRVERSION "1.4.2-2" +#define VDRVERSION "1.4.2-3" #define VDRVERSNUM 10402 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |