Removed library name from version string to more closely match OpenGL format.

This commit is contained in:
Camilla Berglund
2012-01-18 18:15:28 +01:00
parent cde95f72c0
commit 379d0025ec
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ int _glfwPlatformTerminate(void)
const char* _glfwPlatformGetVersionString(void)
{
const char* version = "GLFW " _GLFW_VERSION_FULL " Cocoa";
const char* version = _GLFW_VERSION_FULL " Cocoa";
return version;
}