mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Official release of version 1.4.3
This commit is contained in:
parent
8ebd403363
commit
0b8cee6f2a
4
HISTORY
4
HISTORY
@ -4926,3 +4926,7 @@ Video Disk Recorder Revision History
|
||||
- Updated the Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten).
|
||||
- Fixed handling video directory updates in case the timestamp of the .update file
|
||||
is in the future (thanks to Petri Hintukainen).
|
||||
|
||||
2006-09-23: Version 1.4.3
|
||||
|
||||
- Official release.
|
||||
|
6
config.h
6
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.270 2006/09/10 14:09:31 kls Exp $
|
||||
* $Id: config.h 1.271 2006/09/23 13:56:08 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -21,8 +21,8 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "1.4.2-3"
|
||||
#define VDRVERSNUM 10402 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.4.3"
|
||||
#define VDRVERSNUM 10403 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user