Freeglut 2.4.0 Release Candidate 1

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@603 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2005-05-09 01:40:28 +00:00
parent ca4f47277d
commit ba265639ae
3 changed files with 6 additions and 1 deletions

View File

@ -996,3 +996,7 @@ mouse pointers don't work) on the way:
Side effect: The shapes demo has a new 'i' key now. Side effect: The shapes demo has a new 'i' key now.
(261) Fixed a cuboctahedron vertex, implemented wire mode for that shape. (261) Fixed a cuboctahedron vertex, implemented wire mode for that shape.
**************************************************************************
* 8 May 2004 -- 2.4.0 Release Candidate 1 Released
**************************************************************************

View File

@ -5,6 +5,7 @@ AUTOMAKE_OPTIONS = gnu
EXTRA_DIST = \ EXTRA_DIST = \
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
README.win32 LISEZ_MOI \
freeglut.lsm autogen.sh \ freeglut.lsm autogen.sh \
freeglut.kdevprj freeglut.kdevelop \ freeglut.kdevprj freeglut.kdevelop \
freeglut.dsp freeglut.dsw \ freeglut.dsp freeglut.dsw \

View File

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