diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-11-04 13:19:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-11-04 13:19:31 +0100 |
commit | 3dc4a71fe6cfa9511a0c2d8abd740af105e26d3b (patch) | |
tree | 800d68ea632ebf50476572483eb428e1290952d2 /config.h | |
parent | b8b41e41386ee29d25f151863d989d868c9c8929 (diff) | |
download | vdr-3dc4a71fe6cfa9511a0c2d8abd740af105e26d3b.tar.gz vdr-3dc4a71fe6cfa9511a0c2d8abd740af105e26d3b.tar.bz2 |
Fixed displaying the replay mode symbol in case of "Multi speed mode"1.4.4
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: |