summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-06-15 23:52:20 +0200
committerJasmin Jessich <jasmin@anw.at>2017-06-16 00:00:14 +0200
commit504c9e42f9f1b5c8c2bf348fd002e6fce8111e7c (patch)
tree775b517d2a626be6341a9da772a1b8d34162a8c4
parentefb2c9aa7d9cbc2dcd3a1f9b5509e8b47d5a4ae2 (diff)
downloadvdr-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index 55baba8..2c32fc1 100644
--- a/setup.h
+++ b/setup.h
@@ -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")