diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-01-16 17:53:02 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-01-16 17:53:02 +0100 |
commit | 4557971de6542060366c7c6e8095421389b1b317 (patch) | |
tree | 62e099e63f89c75250cbec3de9dab932735a4b0e /addons | |
parent | f3a11fe574023a3eefd99711308165aee79789f6 (diff) |
[addons] add ABI version to xbmc.pvr addon to prevent breakage
Diffstat (limited to 'addons')
-rw-r--r-- | addons/xbmc.pvr/addon.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/xbmc.pvr/addon.xml b/addons/xbmc.pvr/addon.xml index f54eac98a4..add08d003d 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.0" provider-name="Team XBMC"> + <backwards-compatibility abi="1.9.0"/> <requires> <import addon="xbmc.core" version="0.1.0"/> </requires> |