aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2015-03-01 14:50:33 +0100
committerMartijn Kaijser <martijn@xbmc.org>2015-03-01 14:50:33 +0100
commit46fd18dd4568c543a185003b379712a4e440e885 (patch)
treec49b9d10bdd9e00ca74e987f45bf83a56648e544 /addons
parent37088bbb1b48e73aacaeb1bced60a061443e59f2 (diff)
parent37fe6e990caddef7a5fa7240da78c138c38c6105 (diff)
Merge pull request #6515 from tamland/meetsversion
[addons] remove legacy backwards compatibility behaviour
Diffstat (limited to 'addons')
-rw-r--r--addons/xbmc.codec/addon.xml1
-rw-r--r--addons/xbmc.pvr/addon.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/addons/xbmc.codec/addon.xml b/addons/xbmc.codec/addon.xml
index 849ade5216..8722f1f006 100644
--- a/addons/xbmc.codec/addon.xml
+++ b/addons/xbmc.codec/addon.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.codec" version="1.0.1" provider-name="Team-Kodi">
+ <backwards-compatibility abi="1.0.1"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
</requires>
diff --git a/addons/xbmc.pvr/addon.xml b/addons/xbmc.pvr/addon.xml
index aa99e9f4d3..2c5201f550 100644
--- a/addons/xbmc.pvr/addon.xml
+++ b/addons/xbmc.pvr/addon.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.pvr" version="1.9.4" provider-name="Team-Kodi">
+ <backwards-compatibility abi="1.9.4"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
</requires>