Skip to content

Commit

Permalink
Merge pull request #3310 from MartijnKaijser/addon_dependencies
Browse files Browse the repository at this point in the history
bump addon dependencies to reflect changes done so far
  • Loading branch information
MartijnKaijser committed Sep 30, 2013
2 parents 4b26dbc + 8fb5f6f commit e6111b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/xbmc.json/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.json" version="6.0.0" provider-name="Team XBMC">
<addon id="xbmc.json" version="6.6.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1.0"/>
</requires>
Expand Down
4 changes: 2 additions & 2 deletions addons/xbmc.python/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.python" version="2.1.0" provider-name="Team XBMC">
<backwards-compatibility abi="1.0"/>
<addon id="xbmc.python" version="2.12.0" provider-name="Team XBMC">
<backwards-compatibility abi="2.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
</requires>
Expand Down
2 changes: 1 addition & 1 deletion xbmc/interfaces/python/PythonSwig.cpp.template
Expand Up @@ -777,7 +777,7 @@ namespace PythonBindings
// constants
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team XBMC <http://xbmc.org>");
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"${new Date().toString()}");
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.1.0");
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.12.0");
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team XBMC");
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");

Expand Down

0 comments on commit e6111b0

Please sign in to comment.