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:
remi-k 2009-06-07 12:21:02 +00:00
parent b0857ce6e2
commit b92c80ce4f
5 changed files with 4 additions and 19 deletions

View file

@ -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();