X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut-1.3%2Ffreeglut_internal.h;h=5b9df43bd12ef321f644a8d59e245a0c632ce2ca;hb=d0ce50a0da001bb3f076bab3d0adcc639ed40b5f;hp=de91e0fc6892cf5ec5dffa2d15e72c7376c469b9;hpb=bec227f153f60b8a314bd7defddd5e549b72bfa0;p=freeglut diff --git a/freeglut-1.3/freeglut_internal.h b/freeglut-1.3/freeglut_internal.h index de91e0f..5b9df43 100644 --- a/freeglut-1.3/freeglut_internal.h +++ b/freeglut-1.3/freeglut_internal.h @@ -28,6 +28,11 @@ #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