Fixed some typos in the Makefile's 'font' target

This commit is contained in:
Klaus Schmidinger 2004-10-30 11:52:41 +02:00
parent 313448ad0c
commit 72bdd01b43
4 changed files with 14 additions and 7 deletions

View File

@ -1122,3 +1122,6 @@ Lucian Muresan <lucianm@users.sourceforge.net>
Mattias Grönlund <Mattias@Gronlund.net> Mattias Grönlund <Mattias@Gronlund.net>
for pointing out a missing cleanup at program exit in case there is a problem for pointing out a missing cleanup at program exit in case there is a problem
with a plugin with a plugin
Uwe Hanke <uhanke@gmx.de>
for fixing some typos in the Makefile's 'font' target

View File

@ -3077,3 +3077,7 @@ Video Disk Recorder Revision History
into account if the event has been "seen" within the past 30 seconds. 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 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. 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).

View File

@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and # See the main source file 'vdr.c' for copyright information and
# how to reach the author. # 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: .DELETE_ON_ERROR:
@ -80,9 +80,9 @@ all: vdr
font: genfontfile\ font: genfontfile\
fontfix.c fontosd.c fontsml.c\ fontfix.c fontosd.c fontsml.c\
fontfix-iso8859-2.c fontosd-iso8859-2.c fontsml-iso8859-2.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-5.c fontosd_iso8859-5.c fontsml_iso8859-5.c\
fontfix_iso8859_7.c fontosd_iso8859_7.c fontsml_iso8859_7.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-15.c fontosd_iso8859-15.c fontsml_iso8859-15.c
@echo "font files created." @echo "font files created."
# Implicit rules: # Implicit rules:

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __CONFIG_H
@ -20,8 +20,8 @@
#include "i18n.h" #include "i18n.h"
#include "tools.h" #include "tools.h"
#define VDRVERSION "1.3.14" #define VDRVERSION "1.3.15"
#define VDRVERSNUM 10314 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 10315 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99 #define MAXPRIORITY 99
#define MAXLIFETIME 99 #define MAXLIFETIME 99