diff options
author | theuni <theuni-nospam-@xbmc.org> | 2011-04-28 23:38:42 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-04-28 23:56:37 -0400 |
commit | 879af7de1b0f9a66dbae9ba4c7db14f0fd17f76b (patch) | |
tree | 0206c7d0452a884df9abfa448355452842a74a36 /addons/xbmc.python | |
parent | 91ec6c104874775618b05d6fa51aaf8675b93287 (diff) |
addon version bumps for eden.
python gets a major bump but retains back-compat.
skins get a major bump but retain back-compat.
scrapers get a major bump but retain back-compat.
web interfaces get a major bump. json dep will be introduced in the next
commit. this will force a compat-breakage.
web-interfaces will now need to require xbmc.json.
confluence and default web interface were bumped by a major version.
See: http://wiki.xbmc.org/index.php?title=Eden_API_Changes for more info
Diffstat (limited to 'addons/xbmc.python')
-rw-r--r-- | addons/xbmc.python/addon.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/xbmc.python/addon.xml b/addons/xbmc.python/addon.xml index 5953b3527d..b3d1099821 100644 --- a/addons/xbmc.python/addon.xml +++ b/addons/xbmc.python/addon.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.python" version="1.0" provider-name="Team XBMC"> +<addon id="xbmc.python" version="2.0" provider-name="Team XBMC"> + <backwards-compatibility abi="1.0"/> <requires> <import addon="xbmc.core" version="0.1"/> </requires> |