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/repository.xbmc.org | |
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/repository.xbmc.org')
-rw-r--r-- | addons/repository.xbmc.org/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/repository.xbmc.org/addon.xml b/addons/repository.xbmc.org/addon.xml index 73c5260399..89d69a5dab 100644 --- a/addons/repository.xbmc.org/addon.xml +++ b/addons/repository.xbmc.org/addon.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <addon id="repository.xbmc.org" name="XBMC.org Add-ons" - version="1.0.0" + version="2.0.0" provider-name="Team XBMC"> <extension point="xbmc.addon.repository" name="Official XBMC.org Add-on Repository"> |