GLEW 2.2.0 version bump

This commit is contained in:
Nigel Stewart 2018-10-10 09:56:59 +10:00 committed by Nigel Stewart
parent be4e0eb102
commit 66144ae686
1 changed files with 1 additions and 1 deletions

View File

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