From a6eb9cb70dd13324a9f0f40f65b8f46c890abdd2 Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 6 Dec 2004 08:39:50 +0000 Subject: [PATCH] version bump git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@313 783a27ee-832a-0410-bc00-9f386506c6dd --- Makefile | 2 +- auto/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2cb285b..7a89f14 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/auto/Makefile b/auto/Makefile index 8c6aa31..fdd33d1 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -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