Bump version number of GLEW 1.5.5 release.

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@611 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2010-07-13 17:44:26 +00:00
parent 2ac871b009
commit 974063f133
1 changed files with 1 additions and 1 deletions

View File

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