GLUT_VERSION updates from John Fay
authorEric Sandall <sandalle@gmail.com>
Thu, 19 Jun 2003 15:33:38 +0000 (15:33 +0000)
committerEric Sandall <sandalle@gmail.com>
Thu, 19 Jun 2003 15:33:38 +0000 (15:33 +0000)
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
include/GL/glut.h

index e5466ed..0fa5035 100644 (file)
@@ -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
  */
index cbc1e6c..b694c78 100644 (file)
@@ -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