diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-02-02 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-02-02 18:00:00 +0100 |
commit | 8c5d735d3279230f6471e474a946a5733054df43 (patch) | |
tree | 34f72e8bcb3a8fc93a9e6cc752fc19f6d95ce7e7 /config.h | |
parent | a3942b4d17a3a7e1af82b1950c39db1f9c7ce250 (diff) | |
download | vdr-patch-lnbsharing-8c5d735d3279230f6471e474a946a5733054df43.tar.gz vdr-patch-lnbsharing-8c5d735d3279230f6471e474a946a5733054df43.tar.bz2 |
Version 1.1.23vdr-1.1.23
- Fixed a new/delete malloc/free mismatch in ringbuffer.c (thanks to Stefan
Huelswitt for reporting this one).
- Improved CAM handling.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.146 2003/01/12 09:44:28 kls Exp $ + * $Id: config.h 1.147 2003/01/26 19:50:19 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.22" +#define VDRVERSION "1.1.23" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |