mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Version 1.6.0
This commit is contained in:
parent
175fa41fd4
commit
0b82b38533
2
HISTORY
2
HISTORY
@ -5723,7 +5723,7 @@ Video Disk Recorder Revision History
|
||||
'Back' key.
|
||||
- Resetting a timer's 'pending' flag when it has ended.
|
||||
|
||||
2008-03-22: Version 1.5.19
|
||||
2008-03-23: Version 1.6.0
|
||||
|
||||
- Updated the Croatian language texts (thanks to Adrian Caval).
|
||||
- Added Chinese language texts (thanks to Nan Feng).
|
||||
|
@ -119,6 +119,7 @@ Internationalization:
|
||||
- The new option --localedir can be used to set the locale directory at runtime.
|
||||
- Added Turkish language texts.
|
||||
- Added Ukrainian language texts.
|
||||
- Added Chinese language texts.
|
||||
|
||||
Misc:
|
||||
|
||||
|
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 1.309 2008/03/18 17:19:14 kls Exp $
|
||||
* $Id: config.h 1.310 2008/03/23 10:26:10 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "1.5.19"
|
||||
#define VDRVERSNUM 10519 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.6.0"
|
||||
#define VDRVERSNUM 10600 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "1.5.15"
|
||||
#define APIVERSNUM 10515 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "1.6.0"
|
||||
#define APIVERSNUM 10600 // 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