added VERSION_MAJOR/MINOR/PATCH

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@84 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
brianp 2003-06-19 15:36:23 +00:00
parent 994a412489
commit 24b7f6fc0c

View File

@ -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.
*/