Windows patches (Eero Pajarre)
[freeglut] / freeglut-1.3 / freeglut_internal.h
index de91e0f..5b9df43 100644 (file)
 #ifndef  FREEGLUT_INTERNAL_H
 #define  FREEGLUT_INTERNAL_H
 
+/* XXX Update these for each release! */
+#define  VERSION_MAJOR 1
+#define  VERSION_MINOR 4
+#define  VERSION_PATCH 0 
+
 /*
  * Freeglut is meant to be available under all Unix/X11 and Win32 platforms.
  */
@@ -406,7 +411,7 @@ struct tagSFG_MenuEntry
 };
 
 /*
- * A window, making part of FreeGLUT windows hierarchy. Should be kept portable.
+ * A window, making part of freeglut windows hierarchy. Should be kept portable.
  */
 typedef struct tagSFG_Window SFG_Window;
 struct tagSFG_Window