summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-09-10 14:10:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-09-10 14:10:51 +0200
commit2aa6df4b7ceaeef5527a46041bb505b0e638904e (patch)
treeb965ecc9610e97a4d5cb06c45c33a6800a9ef761 /config.h
parent06debdd830bb1c3c649e6f9f866508da1e3a0587 (diff)
downloadvdr-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 8e3ec8d0..ad0e4a78 100644
--- a/config.h
+++ b/config.h
@@ -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: