From dd9fc483a6ced7728522c54b245ce3d03e826cd4 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Tue, 31 Jan 2012 04:56:12 +0000 Subject: [PATCH] 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 --- src/Common/freeglut_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 1.7.10.4