X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Fglut.h;h=b694c78700aae62d9c905d8162eb2e3832fe8b44;hb=60fc701ac5ebd652058a209dac1486d4c5089662;hp=5726f7cc4ef30e1839ec805ed038e4ece59a602f;hpb=2865e77a6dfe94dff5ab68b7c8c0955a472c8462;p=freeglut diff --git a/include/GL/glut.h b/include/GL/glut.h index 5726f7c..b694c78 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -71,8 +71,13 @@ /* * The freeglut and GLUT API versions */ -#define FREEGLUT 1 -#define GLUT_API_VERSION 4 +#define FREEGLUT 1 +#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