diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-23 13:57:19 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-23 13:57:19 +0200 |
commit | 0b8cee6f2ae4a3709cf7b5d95c716060d758a1ea (patch) | |
tree | d2888b016b89e626121a2533338cbe4532e55cc5 /config.h | |
parent | 8ebd403363b0509f72bcfe616e9081b6a3b66266 (diff) | |
download | vdr-0b8cee6f2ae4a3709cf7b5d95c716060d758a1ea.tar.gz vdr-0b8cee6f2ae4a3709cf7b5d95c716060d758a1ea.tar.bz2 |
Official release of version 1.4.31.4.3
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 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: |