diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-07 13:12:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-07 13:12:04 +0200 |
commit | 639c3ba0e3345bd9809d4cfd9ccfb41942172d76 (patch) | |
tree | 06a143bf78f5365237850002b6118a2c0db121e9 | |
parent | c5fac4ed21a25dcd0364cc8d2b991871bb1db640 (diff) | |
download | vdr-639c3ba0e3345bd9809d4cfd9ccfb41942172d76.tar.gz vdr-639c3ba0e3345bd9809d4cfd9ccfb41942172d76.tar.bz2 |
Final version 1.0.01.0.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | config.h | 4 | ||||
-rw-r--r-- | vdr.1 | 4 | ||||
-rw-r--r-- | vdr.5 | 4 |
4 files changed, 7 insertions, 7 deletions
@@ -1171,7 +1171,7 @@ Video Disk Recorder Revision History - Fixed a bug in the EPG bugfix mechanism if the extended description is shorter than 3 characters (thanks to Andreas Schultz). -2002-04-02: Version 1.0.0pre6 +2002-04-07: Version 1.0.0 - Fixed a problem with wrong EPG data in the Schedules menu (thanks to Tobias Kerner, problem was initially reported by Michel Moster, but somehow I had @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.108 2002/04/02 20:59:05 kls Exp $ + * $Id: config.h 1.109 2002/04/07 13:08:12 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.0.0pre6" +#define VDRVERSION "1.0.0" #define MAXPRIORITY 99 #define MAXLIFETIME 99 @@ -8,9 +8,9 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 1.2 2002/03/29 10:10:04 kls Exp $ +.\" $Id: vdr.1 1.3 2002/04/07 13:11:43 kls Exp $ .\" -.TH vdr 1 "29 Mar 2002" "1.0.0" "Video Disk Recorder" +.TH vdr 1 "7 Apr 2002" "1.0.0" "Video Disk Recorder" .SH NAME vdr - the Video Disk Recorder .SH SYNOPSIS @@ -8,9 +8,9 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.3 2002/04/01 12:32:59 kls Exp $ +.\" $Id: vdr.5 1.4 2002/04/07 13:12:04 kls Exp $ .\" -.TH vdr 5 "29 Mar 2002" "1.0.0" "Video Disk Recorder Files" +.TH vdr 5 "7 Apr 2002" "1.0.0" "Video Disk Recorder Files" .SH NAME vdr file formats - the Video Disk Recorder Files .SH DESCRIPTION |