From 9a0d6725fadb9751c6e88b9bfa311f54e463fd42 Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 5 Jan 2004 19:34:27 +0000 Subject: [PATCH] changed version number git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@185 783a27ee-832a-0410-bc00-9f386506c6dd --- Makefile | 2 +- auto/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4973c9e..f7ad93c 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ GLEW_DEST ?= /usr GLEW_MAJOR = 1 GLEW_MINOR = 1 -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 41c4144..fa3fb3c 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -8,7 +8,7 @@ GLEW_MAJOR = 1 GLEW_MINOR = 1 -GLEW_MICRO = 4 +GLEW_MICRO = 5 GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO) SHELL = bash