version bump

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@296 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-06 21:07:31 +00:00
parent 6aa1b2caff
commit 8e767fa466
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 = 4
GLEW_MICRO = 5
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 = 4
GLEW_MICRO = 5
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
SHELL = bash