diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | setup.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -18,6 +18,6 @@ VDR Plugin 'live' Revision History - Declares GIT-Tree as new stable version. See http://live.vdr-developer.org about details. -2017-06-16: Version 2.2.0 +2017-06-16: Version 2.3.1 - This version is compatible with VDR 2.2.0 and 2.3.x. @@ -8,8 +8,8 @@ #include <vdr/menuitems.h> -#define LIVEVERSION "2.2.0" -#define LIVEVERSNUM 300 +#define LIVEVERSION "2.3.1" +#define LIVEVERSNUM 20301 #define LIVESUMMARY trNOOP("Live Interactive VDR Environment") namespace vdrlive { |