Bump version number

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@530 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2008-10-26 16:11:18 +00:00
parent 892fb743ac
commit 5db6f8039c

View File

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