From: John F. Fay Date: Tue, 31 Jan 2012 04:56:12 +0000 (+0000) Subject: Changing the version number since we're making some rather extensive changes to the... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=dd9fc483a6ced7728522c54b245ce3d03e826cd4;p=freeglut Changing the version number since we're making some rather extensive changes to the code git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1032 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/Common/freeglut_internal.h b/src/Common/freeglut_internal.h index ebd9340..bbef2ce 100644 --- a/src/Common/freeglut_internal.h +++ b/src/Common/freeglut_internal.h @@ -33,8 +33,8 @@ #endif /* XXX Update these for each release! */ -#define VERSION_MAJOR 2 -#define VERSION_MINOR 7 +#define VERSION_MAJOR 3 +#define VERSION_MINOR 0 #define VERSION_PATCH 0 /* Freeglut is intended to function under all Unix/X11 and Win32 platforms. */