diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-06-16 21:59:35 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-06-16 21:59:35 +0200 |
commit | 4f6611305a5d8014a445a2f6a9b8db899ed44a56 (patch) | |
tree | 7241167c4d7f03e10774a960a8ecaa322bb48647 | |
parent | fcea2fc8298e39393b259355f9f55296bcafb4fc (diff) | |
download | vdr-plugin-live-4f6611305a5d8014a445a2f6a9b8db899ed44a56.tar.gz vdr-plugin-live-4f6611305a5d8014a445a2f6a9b8db899ed44a56.tar.bz2 |
Set LIVEVERSION back to 2.3.1
-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 { |