From 24b7f6fc0c1300111b17055429b6da6f3baa9b18 Mon Sep 17 00:00:00 2001 From: brianp Date: Thu, 19 Jun 2003 15:36:23 +0000 Subject: [PATCH] added VERSION_MAJOR/MINOR/PATCH git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@84 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/freeglut-1.3/freeglut_internal.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/freeglut/freeglut/freeglut-1.3/freeglut_internal.h b/freeglut/freeglut/freeglut-1.3/freeglut_internal.h index de91e0f..7b8c9a5 100644 --- a/freeglut/freeglut/freeglut-1.3/freeglut_internal.h +++ b/freeglut/freeglut/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. */