2.4.0 RC4 updates

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@625 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2005-05-26 02:11:10 +00:00
parent cbf7110c0f
commit 78ed046ffb
2 changed files with 8 additions and 1 deletions

View File

@ -1031,3 +1031,10 @@ to be resized and handle this before redraw.
mode window, not TRUE/FALSE, we should better follow that. Note that most
man pages claim that this function returns void, but this is definitely
wrong.
(269) Dan Torop's patch to fix joystick polling times (resolves bug 1206856)
**************************************************************************
* 25 May 2004 -- 2.4.0 Release Candidate 4 Released
**************************************************************************

View File

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([freeglut library], [2.3.9], [freeglut-bugs@lists.sourceforge.net], [freeglut])
AC_INIT([freeglut library], [2.4.0-rc4], [freeglut-bugs@lists.sourceforge.net], [freeglut])
AM_INIT_AUTOMAKE
AC_PREREQ([2.56])
AC_CONFIG_SRCDIR([AUTHORS])