diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-07 14:04:12 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-07 14:04:12 +0100 |
commit | b4cab10eca558f6d90fa25a2a6e7fc3d90fac508 (patch) | |
tree | b4b42cc6e790860563c8f22bba7df5ba37bd5f52 /config.h | |
parent | b473582b4e6a495f5239ab6fc735dd591b3887a6 (diff) | |
download | vdr-b4cab10eca558f6d90fa25a2a6e7fc3d90fac508.tar.gz vdr-b4cab10eca558f6d90fa25a2a6e7fc3d90fac508.tar.bz2 |
Official release of version 1.4.51.4.5
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.281 2007/01/04 13:08:55 kls Exp $ + * $Id: config.h 1.282 2007/01/07 13:45:19 kls Exp $ */ #ifndef __CONFIG_H @@ -21,8 +21,8 @@ // VDR's own version number: -#define VDRVERSION "1.4.4-3" -#define VDRVERSNUM 10404 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.4.5" +#define VDRVERSNUM 10405 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |