mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed the '.pl' suffix from svdrpsend.pl
This commit is contained in:
parent
8db58ff99e
commit
96647c3c3d
4
HISTORY
4
HISTORY
@ -6780,3 +6780,7 @@ Video Disk Recorder Revision History
|
||||
- Added file name and line number to LOG_ERROR_STR() (thanks to Rolf Ahrenberg).
|
||||
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).
|
||||
- Fixed a crash with malformed SI data (patch from vdr-portal).
|
||||
|
||||
2011-12-04: Version 1.7.23
|
||||
|
||||
- Removed the '.pl' suffix from svdrpsend.pl (sorry, I missed that one).
|
||||
|
10
config.h
10
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 2.36 2011/12/03 14:19:52 kls Exp $
|
||||
* $Id: config.h 2.37 2011/12/04 21:46:30 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "1.7.22"
|
||||
#define VDRVERSNUM 10722 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.7.23"
|
||||
#define VDRVERSNUM 10723 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "1.7.22"
|
||||
#define APIVERSNUM 10722 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "1.7.23"
|
||||
#define APIVERSNUM 10723 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// When loading plugins, VDR searches them by their APIVERSION, which
|
||||
// may be smaller than VDRVERSION in case there have been no changes to
|
||||
|
Loading…
Reference in New Issue
Block a user