diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-06-12 20:37:14 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-06-12 20:37:14 +0200 |
commit | 68002f00378378a87dd7416959c1e1347e27a99d (patch) | |
tree | 9f5657a514a9f25e0de7eacea17132fd828e39f5 /config.h | |
parent | 5bfe620b5be6b3b5b36c3ea7b1dcb6afbe5ff5f9 (diff) | |
download | vdr-68002f00378378a87dd7416959c1e1347e27a99d.tar.gz vdr-68002f00378378a87dd7416959c1e1347e27a99d.tar.bz2 |
Fixed a bug in channel switching after Left/Right has been pressed
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 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.164 2003/06/06 12:28:20 kls Exp $ + * $Id: config.h 1.165 2003/06/12 20:37:14 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.2.1" -#define VDRVERSNUM 10201 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.2.2" +#define VDRVERSNUM 10202 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |