From 49c170e8cdb7ef2fc7fcfba406b55900e54b33a4 Mon Sep 17 00:00:00 2001 From: brianp Date: Thu, 19 Jun 2003 15:35:29 +0000 Subject: [PATCH] s/FREEGLUT_VERSION_1_3/FREEGLUT_VERSION_1_4/ git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@82 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/include/GL/glut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/include/GL/glut.h b/freeglut/freeglut/include/GL/glut.h index b694c78..23999fd 100644 --- a/freeglut/freeglut/include/GL/glut.h +++ b/freeglut/freeglut/include/GL/glut.h @@ -73,7 +73,7 @@ */ #define FREEGLUT 1 #define GLUT_API_VERSION 4 -#define FREEGLUT_VERSION_1_3 1 +#define FREEGLUT_VERSION_1_4 1 #define VERSION_MAJOR 1 #define VERSION_MINOR 4