diff --git a/HISTORY b/HISTORY index b3a65651..b2b3a9e1 100644 --- a/HISTORY +++ b/HISTORY @@ -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). diff --git a/config.h b/config.h index 8d259820..e2e2897f 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.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