Skip to content

Commit

Permalink
Merge pull request #8504 from ronie/pythonswigapi
Browse files Browse the repository at this point in the history
[cosmetics] fix python version
  • Loading branch information
MartijnKaijser committed Dec 7, 2015
2 parents f4d3302 + 46911e7 commit 71ebc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/interfaces/python/PythonSwig.cpp.template
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ namespace PythonBindings
// constants
PyModule_AddStringConstant(module, (char*)"__author__", (char*)"Team Kodi <http://kodi.tv>");
PyModule_AddStringConstant(module, (char*)"__date__", (char*)"${new Date().toString()}");
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.23.0");
PyModule_AddStringConstant(module, (char*)"__version__", (char*)"2.24.0");
PyModule_AddStringConstant(module, (char*)"__credits__", (char*)"Team Kodi");
PyModule_AddStringConstant(module, (char*)"__platform__", (char*)"ALL");

Expand Down

0 comments on commit 71ebc4a

Please sign in to comment.