Removed unneeded files, changed pysfml's trunk version to 1.6
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1134 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
b0857ce6e2
commit
b92c80ce4f
5 changed files with 4 additions and 19 deletions
|
@ -281,7 +281,7 @@ initsf(void)
|
|||
Py_INCREF(&PySfListenerType);
|
||||
PyModule_AddObject(m, "Listener", (PyObject *)&PySfListenerType);
|
||||
|
||||
PyModule_AddStringConstant(m, "Version", "1.5");
|
||||
PyModule_AddStringConstant(m, "Version", "1.6");
|
||||
|
||||
PySfColor_InitConst();
|
||||
PySfKey_InitConst();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue