diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-11-13 20:47:13 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-11-14 17:14:35 -0500 |
commit | 3fcb84d5af73a6daf46101610054ccc41a1099e3 (patch) | |
tree | a9bd2f06a834b215cf87aa44c099b6201b087667 /addons/xbmc.gui | |
parent | f7a4bbe78835284c4dddd1a3de4a6f894efb33b8 (diff) |
release: bump xbmc.gui to 4.0
Drop backwards compatibility with Eden skins (only affects addon-manager, not
existing skins)
Diffstat (limited to 'addons/xbmc.gui')
-rw-r--r-- | addons/xbmc.gui/addon.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/xbmc.gui/addon.xml b/addons/xbmc.gui/addon.xml index 5fa71cb0fb..95e7728340 100644 --- a/addons/xbmc.gui/addon.xml +++ b/addons/xbmc.gui/addon.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<addon id="xbmc.gui" version="3.0.1" provider-name="Team XBMC"> - <backwards-compatibility abi="3.00"/> +<addon id="xbmc.gui" version="4.0.0" provider-name="Team XBMC"> <requires> <import addon="xbmc.core" version="0.1"/> </requires> |