diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-11-04 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-11-04 18:00:00 +0100 |
commit | bc67a03157def5c4d8d0f3c7b38351f2aeb397ee (patch) | |
tree | f38fbfcbda4d5058ce06dc971c60d4133c5f5092 /config.h | |
parent | d45b4aba734515e7f6b007eae4360874059a5a2c (diff) | |
download | vdr-patch-lnbsharing-bc67a03157def5c4d8d0f3c7b38351f2aeb397ee.tar.gz vdr-patch-lnbsharing-bc67a03157def5c4d8d0f3c7b38351f2aeb397ee.tar.bz2 |
Version 1.4.4vdr-1.4.4
- Fixed displaying the replay mode symbol in case of "Multi speed mode" (reported
by Marco Schlüßler).
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.276 2006/10/28 09:15:00 kls Exp $ + * $Id: config.h 1.277 2006/11/04 13:19:31 kls Exp $ */ #ifndef __CONFIG_H @@ -21,8 +21,8 @@ // VDR's own version number: -#define VDRVERSION "1.4.3-4" -#define VDRVERSNUM 10403 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.4.4" +#define VDRVERSNUM 10404 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |