From 5db6f8039cf8a018862d038519401bba56330734 Mon Sep 17 00:00:00 2001 From: ikits Date: Sun, 26 Oct 2008 16:11:18 +0000 Subject: [PATCH] Bump version number git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@530 783a27ee-832a-0410-bc00-9f386506c6dd --- config/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version b/config/version index 678226d..ae0584e 100644 --- a/config/version +++ b/config/version @@ -1,6 +1,6 @@ GLEW_MAJOR = 1 GLEW_MINOR = 5 -GLEW_MICRO = 0 +GLEW_MICRO = 1 GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO) GLEW_NAME = GLEW SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)