From 4eac40511380e5b9d3f51b1980ce4592392b375e Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 19 Mar 2007 03:17:11 +0000 Subject: [PATCH] version bump git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@497 783a27ee-832a-0410-bc00-9f386506c6dd --- config/version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/version b/config/version index 7a26996..0e98c4b 100644 --- a/config/version +++ b/config/version @@ -1,6 +1,6 @@ GLEW_MAJOR = 1 -GLEW_MINOR = 3 -GLEW_MICRO = 6 +GLEW_MINOR = 4 +GLEW_MICRO = 0 GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO) GLEW_NAME = GLEW SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)