From 60fc701ac5ebd652058a209dac1486d4c5089662 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Thu, 19 Jun 2003 15:33:38 +0000 Subject: [PATCH] GLUT_VERSION updates from John Fay git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@81 7f0cb862-5218-0410-a997-914c9d46530a --- include/GL/freeglut_ext.h | 2 +- include/GL/glut.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index e5466ed..0fa5035 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -46,7 +46,7 @@ #define GLUT_WINDOW_BORDER_WIDTH 0x01FA #define GLUT_WINDOW_HEADER_HEIGHT 0x01FB - +#define GLUT_VERSION 0x01FC /* * Process loop function, see freeglut_main.c */ diff --git a/include/GL/glut.h b/include/GL/glut.h index cbc1e6c..b694c78 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -75,6 +75,9 @@ #define GLUT_API_VERSION 4 #define FREEGLUT_VERSION_1_3 1 +#define VERSION_MAJOR 1 +#define VERSION_MINOR 4 +#define VERSION_PATCH 0 /* * Always include OpenGL and GLU headers -- 1.7.10.4