diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-02-25 17:36:30 -0500 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2012-02-26 02:36:48 -0500 |
commit | 2c51abdd309d546699b870aec8b9a35478a5f13f (patch) | |
tree | 44bfcd53c3bd3a3f3647683ff0934c3c3117db14 /addons/xbmc.addon | |
parent | 6d433406097b79e822332649b7e0ebbd3f1d0fb5 (diff) |
release: keep xbmc.addon in sync with major releases
This allows repository owners to filter specific XBMC versions.
Note that this can currently only block at install-time (meaning install from
zip or install from repo) and will not filter any manually copied repository
addons.
Diffstat (limited to 'addons/xbmc.addon')
-rw-r--r-- | addons/xbmc.addon/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/xbmc.addon/addon.xml b/addons/xbmc.addon/addon.xml index ac9a69a3f9..ce7f05ac5b 100644 --- a/addons/xbmc.addon/addon.xml +++ b/addons/xbmc.addon/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.addon" version="1.0" provider-name="Team XBMC"> +<addon id="xbmc.addon" version="11.0" provider-name="Team XBMC"> <requires> <import addon="xbmc.core" version="0.1"/> </requires> |