From e6080379ee7fe7b1b86c325fe7459eded35775f2 Mon Sep 17 00:00:00 2001 From: "J.C. Jones" Date: Thu, 11 Dec 2003 17:03:09 +0000 Subject: [PATCH] Update to reflect 2.2.0 release git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@386 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 177b200..03296e0 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -30,8 +30,8 @@ /* XXX Update these for each release! */ #define VERSION_MAJOR 2 -#define VERSION_MINOR 0 -#define VERSION_PATCH 2 +#define VERSION_MINOR 2 +#define VERSION_PATCH 0 /* * Freeglut is meant to be available under all Unix/X11 and Win32 platforms. -- 1.7.10.4