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.gui | |
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.gui')
-rw-r--r-- | addons/xbmc.gui/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.gui/addon.xml b/addons/xbmc.gui/addon.xml index 78af2fc20e..8907583e30 100644 --- a/addons/xbmc.gui/addon.xml +++ b/addons/xbmc.gui/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.gui" version="2.11" provider-name="Team XBMC"> +<addon id="xbmc.gui" version="3.00" provider-name="Team XBMC"> <backwards-compatibility abi="2.1"/> <requires> <import addon="xbmc.core" version="0.1"/> |