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:
parent
ca4f47277d
commit
ba265639ae
@ -996,3 +996,7 @@ mouse pointers don't work) on the way:
|
||||
Side effect: The shapes demo has a new 'i' key now.
|
||||
|
||||
(261) Fixed a cuboctahedron vertex, implemented wire mode for that shape.
|
||||
|
||||
**************************************************************************
|
||||
* 8 May 2004 -- 2.4.0 Release Candidate 1 Released
|
||||
**************************************************************************
|
||||
|
@ -5,6 +5,7 @@ AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
EXTRA_DIST = \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
README.win32 LISEZ_MOI \
|
||||
freeglut.lsm autogen.sh \
|
||||
freeglut.kdevprj freeglut.kdevelop \
|
||||
freeglut.dsp freeglut.dsw \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
AC_PREREQ([2.58])
|
||||
AC_CONFIG_SRCDIR([AUTHORS])
|
||||
|
Reference in New Issue
Block a user