summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-09-23 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-09-23 18:00:00 +0200
commit312c21b832f89b600e44850a870ee160631c5ecd (patch)
treef6ae1957bbbcfef7f72e5c4b54f1cdc07c3d24f0 /config.h
parentd495ed1a3e51fbb0fa0704cdb048a385be2b6a9b (diff)
downloadvdr-patch-lnbsharing-312c21b832f89b600e44850a870ee160631c5ecd.tar.gz
vdr-patch-lnbsharing-312c21b832f89b600e44850a870ee160631c5ecd.tar.bz2
Version 1.4.3vdr-1.4.3
- Official release.
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index ad0e4a7..bb9070e 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.270 2006/09/10 14:09:31 kls Exp $
+ * $Id: config.h 1.271 2006/09/23 13:56:08 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,8 +21,8 @@
// VDR's own version number:
-#define VDRVERSION "1.4.2-3"
-#define VDRVERSNUM 10402 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.4.3"
+#define VDRVERSNUM 10403 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: