aboutsummaryrefslogtreecommitdiff
path: root/addons/webinterface.default
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2011-04-28 23:38:42 -0400
committertheuni <theuni-nospam-@xbmc.org>2011-04-28 23:56:37 -0400
commit879af7de1b0f9a66dbae9ba4c7db14f0fd17f76b (patch)
tree0206c7d0452a884df9abfa448355452842a74a36 /addons/webinterface.default
parent91ec6c104874775618b05d6fa51aaf8675b93287 (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/webinterface.default')
-rw-r--r--addons/webinterface.default/addon.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/webinterface.default/addon.xml b/addons/webinterface.default/addon.xml
index 757601d639..6528eff334 100644
--- a/addons/webinterface.default/addon.xml
+++ b/addons/webinterface.default/addon.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="webinterface.default"
- version="1.1.0"
+ version="2.0.0"
name="Default"
provider-name="Team XBMC">
<requires>
- <import addon="xbmc.gui" version="2.11"/>
+ <import addon="xbmc.gui" version="3.00"/>
</requires>
<extension
point="xbmc.gui.webinterface"/>