summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-02-10 12:53:43 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-02-10 12:53:43 -0800
commit87535c64813e334af10e21ce780d21caa2f8f78c (patch)
tree605f5df4707ea9793dfa7b9c69367e40b4e31824
parentd9062c86adf354a415a2c18f10c1c3d18c8a53e0 (diff)
Change internal version define.
This isn't GLU 3.x. It's GLU for OpenGL 3.x. Change the define token to GLU3_VERSION_#_# to refelct that.
-rw-r--r--include/glu3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glu3.h b/include/glu3.h
index d1eabeb..196d4a2 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -37,7 +37,7 @@
#include <GL/gl.h>
#include <GL/glext.h>
-#define GLU_VERSION_3_0
+#define GLU3_VERSION_0_1
struct GLUmat4;