summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2003-06-09 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2003-06-09 18:00:00 +0200
commit64ddfca3b0e37d877bb3cb247fb8b2ad810dd47f (patch)
tree2f801b7c86c01b2b9004939d4d0ae6c5f4714ac1 /config.h
parent40334f3e099de4faf87599c0511e003dbdc2ce80 (diff)
downloadvdr-patch-lnbsharing-64ddfca3b0e37d877bb3cb247fb8b2ad810dd47f.tar.gz
vdr-patch-lnbsharing-64ddfca3b0e37d877bb3cb247fb8b2ad810dd47f.tar.bz2
Version 1.2.1vdr-1.2.1
- Fixed OSD access in case none of the devices provides one (thanks to Axel Gruber for reporting this one). - Fixed editing channels ('timers.conf' was not written after a channel has been modified, which could result in errors upon the next start of VDR). - Fixed a crash when canceling a newly created timer (thanks to Thomas Schmidt for reporting this one). - Completed Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten). - Fixed device handling in the CICAM menu in case a VDR instance was started with a specific device using the -D option (thanks to Gerald Raaf for reporting ths one). - Initializing the current channel to '1' to avoid a crash in creating a new timer in case there is no device in the system that can actually receive any channel (thanks to Malcolm Caldwell for reporting this one). - Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf Ahrenberg).
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 409e22f..29c058e 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.163 2003/05/31 09:10:58 kls Exp $
+ * $Id: config.h 1.164 2003/06/06 12:28:20 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "device.h"
#include "tools.h"
-#define VDRVERSION "1.2.0"
-#define VDRVERSNUM 10200 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.2.1"
+#define VDRVERSNUM 10201 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99