diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2015-02-22 11:27:31 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2015-02-22 11:32:07 +0100 |
commit | 37fe6e990caddef7a5fa7240da78c138c38c6105 (patch) | |
tree | 44e2c1aeeace31b07c4a5c2bc20ffe9a85d85acc /addons/xbmc.codec | |
parent | b69ccc82db17da5f9be89617808e0a4dca2e97ce (diff) |
[addons] remove legacy backwards compatibility behaviour
no backwards-compatible specified now means compatibility with 0.0.0
for extension point definitions as well
Diffstat (limited to 'addons/xbmc.codec')
-rw-r--r-- | addons/xbmc.codec/addon.xml | 1 |
1 files changed, 1 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> |