diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-30 11:52:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-30 11:52:41 +0200 |
commit | 72bdd01b4386a33177b5f872b3d3fc15606cd79e (patch) | |
tree | 8a4b97a5a2de6a7c96b72c4b1d0b8e0e3274956b | |
parent | 313448ad0cd49d6f515bb53b53d6b6700b96db00 (diff) | |
download | vdr-72bdd01b4386a33177b5f872b3d3fc15606cd79e.tar.gz vdr-72bdd01b4386a33177b5f872b3d3fc15606cd79e.tar.bz2 |
Fixed some typos in the Makefile's 'font' target
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | config.h | 6 |
4 files changed, 14 insertions, 7 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 86f1e289..89b61b99 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1122,3 +1122,6 @@ Lucian Muresan <lucianm@users.sourceforge.net> Mattias Grönlund <Mattias@Gronlund.net> for pointing out a missing cleanup at program exit in case there is a problem with a plugin + +Uwe Hanke <uhanke@gmx.de> + for fixing some typos in the Makefile's 'font' target @@ -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). @@ -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: @@ -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 |