From f90c4efbb0c78273d64b09f5d76cfbc8c3064595 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Sat, 28 Feb 2009 12:16:03 +0000 Subject: [PATCH] Synched version number with configure.ac. We should better remove this redundancy and calculate this from configure.ac directly. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@781 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 357e8b9..e7540b0 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -34,7 +34,7 @@ /* XXX Update these for each release! */ #define VERSION_MAJOR 2 -#define VERSION_MINOR 4 +#define VERSION_MINOR 6 #define VERSION_PATCH 0 /* Freeglut is intended to function under all Unix/X11 and Win32 platforms. */ -- 1.7.10.4