changed version number for next release

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@107 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2003-07-16 07:32:31 +00:00
parent 3ec71404e3
commit 1fd66bdf78
1 changed files with 1 additions and 1 deletions

View File

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