diff options
author | ronie <ronie@poedel.net> | 2012-12-15 22:50:17 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2012-12-15 23:05:39 +0100 |
commit | 917778a07240c3bde7ee117ed0f16a8303a24094 (patch) | |
tree | 2c67fb5933ccc24e49e42a5c0d15006d26263e01 /addons/script.module.pil | |
parent | faae6fa85508841da663205631a04f18824d9e3a (diff) |
bump internal addons to x.y.z
Diffstat (limited to 'addons/script.module.pil')
-rw-r--r-- | addons/script.module.pil/addon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/script.module.pil/addon.xml b/addons/script.module.pil/addon.xml index 537e546d8e..e49cf896b0 100644 --- a/addons/script.module.pil/addon.xml +++ b/addons/script.module.pil/addon.xml @@ -4,7 +4,7 @@ version="1.1.7" provider-name="PythonWare"> <requires> - <import addon="xbmc.python" version="1.0"/> + <import addon="xbmc.python" version="2.0.0"/> </requires> <extension point="xbmc.python.module" library="lib" /> |