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:
parent
994a412489
commit
24b7f6fc0c
@ -28,6 +28,11 @@
|
|||||||
#ifndef FREEGLUT_INTERNAL_H
|
#ifndef FREEGLUT_INTERNAL_H
|
||||||
#define 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.
|
* Freeglut is meant to be available under all Unix/X11 and Win32 platforms.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user