diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-10 15:44:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-10 15:44:40 +0100 |
commit | 60eed661a2e6767e27f6b764cf36dae90447f21c (patch) | |
tree | b21978eb35a45ab10374b938c698a3ecbeff6bd0 | |
parent | 4fc173748b6fa5e7d7809c02770fb054fd2431cc (diff) | |
download | vdr-60eed661a2e6767e27f6b764cf36dae90447f21c.tar.gz vdr-60eed661a2e6767e27f6b764cf36dae90447f21c.tar.bz2 |
Finally version 0.990.9.9
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | config.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -970,7 +970,7 @@ Video Disk Recorder Revision History - Fixed a problem with the ERR macro defined by ncurses.h (thanks to Artur Skawina). -2002-02-10: Version 0.99pre6 +2002-02-10: Version 0.99 - Fixed a bug in moving timers or channels to the last position in the list (thanks to Matthias Schniedermeyer for helping to debug this one). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.94 2002/02/09 16:00:00 kls Exp $ + * $Id: config.h 1.95 2002/02/10 15:44:40 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.99pre5" +#define VDRVERSION "0.99" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |