version bump

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@313 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-12-06 08:39:50 +00:00
parent 9a294ee851
commit a6eb9cb70d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ GLEW_DEST ?= /usr
GLEW_MAJOR = 1
GLEW_MINOR = 2
GLEW_MICRO = 5
GLEW_MICRO = 6
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
TARDIR = ../glew-$(GLEW_VERSION)

View File

@ -7,7 +7,7 @@
GLEW_MAJOR = 1
GLEW_MINOR = 2
GLEW_MICRO = 5
GLEW_MICRO = 6
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
SHELL = bash