aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetaron <andrew@thomasinfletcher.com>2015-09-12 20:27:58 +0100
committerRyan Gribble <ryan.gribble@gmail.com>2015-09-19 20:39:11 +1000
commitb02f31cfb8761e1812e8055aa127812f9f47e0db (patch)
treeafa8cee8fdf2077d51d4bbcd9af33b49a366c144
parent699f4441f61432d752811ddb8adc4344f739098a (diff)
[PVR] bump API version to 4.1.0
Non-breaking change (i.e. additions only)
-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 1e065230a1..fc35d641c7 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="4.0.0" provider-name="Team-Kodi">
- <backwards-compatibility abi="4.0.0"/>
+<addon id="xbmc.pvr" version="4.1.0" provider-name="Team-Kodi">
+ <backwards-compatibility abi="4.1.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 b3b36b4e97..9409e168fd 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 "4.0.0"
+#define XBMC_PVR_API_VERSION "4.1.0"
/* min. PVR API version */
-#define XBMC_PVR_MIN_API_VERSION "4.0.0"
+#define XBMC_PVR_MIN_API_VERSION "4.1.0"
#ifdef __cplusplus
extern "C" {