Bump GLEW to version 2.0.0, with Core context support, but no MX, for now.

This commit is contained in:
Nigel Stewart 2015-12-06 12:50:41 +10:00
parent 9e66fc86a3
commit dd6e034cba

View File

@ -1,5 +1,5 @@
GLEW_MAJOR = 1 GLEW_MAJOR = 2
GLEW_MINOR = 13 GLEW_MINOR = 0
GLEW_MICRO = 0 GLEW_MICRO = 0
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO) GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
GLEW_NAME = GLEW GLEW_NAME = GLEW