diff --git a/Makefile b/Makefile index 51d7749..976aa04 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ GLEW_DEST ?= /usr GLEW_MAJOR = 1 GLEW_MINOR = 2 -GLEW_MICRO = 0 +GLEW_MICRO = 1 GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO) TARDIR = ../glew-$(GLEW_VERSION) diff --git a/auto/Makefile b/auto/Makefile index 8427d1a..26ff6fd 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -8,7 +8,7 @@ GLEW_MAJOR = 1 GLEW_MINOR = 2 -GLEW_MICRO = 0 +GLEW_MICRO = 1 GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO) SHELL = bash