diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-01-07 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-01-07 18:00:00 +0100 |
commit | a2096f3beb9f7bf3ba600cf66555628fc899720e (patch) | |
tree | 04ad52b4964583a8b790b6406ca1cf93a0f74636 /config.h | |
parent | 6d4eb0df37c2669176677abeeb664da58f945d5f (diff) | |
download | vdr-patch-lnbsharing-a2096f3beb9f7bf3ba600cf66555628fc899720e.tar.gz vdr-patch-lnbsharing-a2096f3beb9f7bf3ba600cf66555628fc899720e.tar.bz2 |
Version 1.4.5vdr-1.4.5
- Official release.
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 12:52:22 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: |