diff --git a/Makefile b/Makefile index ae11759..810e0e1 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/auto/Makefile b/auto/Makefile index e852c20..8c6aa31 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -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