aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2015-09-07 09:17:30 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2015-09-14 10:46:24 +0200
commit09f23962a93a210100f35694b82bd8fb8177c474 (patch)
tree621354c375d98e4aecfdbb0cc1842b20989582dc
parent1dc0a91e1e030069f286db03a4f42aedf5ada87e (diff)
[PVR] Bump PVR addon API to 4.0.0
-rw-r--r--addons/xbmc.pvr/addon.xml4
-rw-r--r--xbmc/addons/include/xbmc_pvr_types.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/addons/xbmc.pvr/addon.xml b/addons/xbmc.pvr/addon.xml
index 0bce1e431a..1e065230a1 100644
--- a/addons/xbmc.pvr/addon.xml
+++ b/addons/xbmc.pvr/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="xbmc.pvr" version="3.0.0" provider-name="Team-Kodi">
- <backwards-compatibility abi="3.0.0"/>
+<addon id="xbmc.pvr" version="4.0.0" provider-name="Team-Kodi">
+ <backwards-compatibility abi="4.0.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
</requires>
diff --git a/xbmc/addons/include/xbmc_pvr_types.h b/xbmc/addons/include/xbmc_pvr_types.h
index dd8d6dfe82..a522913f2f 100644
--- a/xbmc/addons/include/xbmc_pvr_types.h
+++ b/xbmc/addons/include/xbmc_pvr_types.h
@@ -79,10 +79,10 @@ struct DemuxPacket;
#define PVR_STREAM_MAX_STREAMS 20
/* current PVR API version */
-#define XBMC_PVR_API_VERSION "3.0.0"
+#define XBMC_PVR_API_VERSION "4.0.0"
/* min. PVR API version */
-#define XBMC_PVR_MIN_API_VERSION "3.0.0"
+#define XBMC_PVR_MIN_API_VERSION "4.0.0"
#ifdef __cplusplus
extern "C" {