diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 86f1e289..89b61b99 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1122,3 +1122,6 @@ Lucian Muresan Mattias Grönlund for pointing out a missing cleanup at program exit in case there is a problem with a plugin + +Uwe Hanke + for fixing some typos in the Makefile's 'font' target diff --git a/HISTORY b/HISTORY index 31d07f5e..8413bddf 100644 --- a/HISTORY +++ b/HISTORY @@ -3077,3 +3077,7 @@ Video Disk Recorder Revision History into account if the event has been "seen" within the past 30 seconds. This avoids shortly seeing the wrong events in the channel display when switching to a channel that hasn't been tuned to in a while. + +2004-10-30: Version 1.3.15 + +- Fixed some typos in the Makefile's 'font' target (thanks to Uwe Hanke). diff --git a/Makefile b/Makefile index 83f0c811..d0a05334 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.68 2004/10/16 11:58:14 kls Exp $ +# $Id: Makefile 1.69 2004/10/30 11:51:09 kls Exp $ .DELETE_ON_ERROR: @@ -80,9 +80,9 @@ all: vdr font: genfontfile\ fontfix.c fontosd.c fontsml.c\ fontfix-iso8859-2.c fontosd-iso8859-2.c fontsml-iso8859-2.c\ - fontfix_iso8859_5.c fontosd_iso8859_5.c fontsml_iso8859_5.c\ - fontfix_iso8859_7.c fontosd_iso8859_7.c fontsml_iso8859_7.c\ - fontfix_iso8859_15.c fontosd_iso8859_15.c fontsml_iso8859_15.c + fontfix_iso8859-5.c fontosd_iso8859-5.c fontsml_iso8859-5.c\ + fontfix_iso8859-7.c fontosd_iso8859-7.c fontsml_iso8859-7.c\ + fontfix_iso8859-15.c fontosd_iso8859-15.c fontsml_iso8859-15.c @echo "font files created." # Implicit rules: diff --git a/config.h b/config.h index c3372a8b..0666de09 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.201 2004/10/22 13:29:38 kls Exp $ + * $Id: config.h 1.202 2004/10/30 11:52:41 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.14" -#define VDRVERSNUM 10314 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.15" +#define VDRVERSNUM 10315 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99