diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-06-15 23:52:20 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-06-16 00:00:14 +0200 |
commit | 504c9e42f9f1b5c8c2bf348fd002e6fce8111e7c (patch) | |
tree | 775b517d2a626be6341a9da772a1b8d34162a8c4 | |
parent | efb2c9aa7d9cbc2dcd3a1f9b5509e8b47d5a4ae2 (diff) | |
download | vdr-plugin-live-504c9e42f9f1b5c8c2bf348fd002e6fce8111e7c.tar.gz vdr-plugin-live-504c9e42f9f1b5c8c2bf348fd002e6fce8111e7c.tar.bz2 |
Set LIVEVERSION to 2.2.0
- The current code base is compatible with VDR 2.2.0 and VDR 2.3.7. In fact
it is compatible to all 2.x VDR versions. Setting the plugin version to
a major release of 2 indicates this now.
-rw-r--r-- | setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include <vdr/menuitems.h> -#define LIVEVERSION "2.3.1" +#define LIVEVERSION "2.2.0" #define LIVEVERSNUM 300 #define LIVESUMMARY trNOOP("Live Interactive VDR Environment") |