Bump version to GLEW 1.8.0

This commit is contained in:
Nigel Stewart 2012-07-17 23:54:43 -05:00
parent 3460dd42f1
commit a53c68ddd7
1 changed files with 1 additions and 1 deletions

View File

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