Updated GLFW version.

This commit is contained in:
Camilla Berglund 2010-09-11 15:27:48 +02:00
parent ffca087fde
commit 728d52dc50
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project(GLFW C)
set(GLFW_VERSION_MAJOR "2")
set(GLFW_VERSION_MINOR "7")
set(GLFW_VERSION_MAJOR "3")
set(GLFW_VERSION_MINOR "0")
set(GLFW_VERSION_PATCH "0")
set(GLFW_VERSION_EXTRA "")
set(GLFW_VERSION "${GLFW_VERSION_MAJOR}.${GLFW_VERSION_MINOR}")