Freeglut 2.4.0 Release Candidate 1
authorJ.C. Jones <jc@insufficient.coffee>
Mon, 9 May 2005 01:40:28 +0000 (01:40 +0000)
committerJ.C. Jones <jc@insufficient.coffee>
Mon, 9 May 2005 01:40:28 +0000 (01:40 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@603 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
Makefile.am
configure.ac

index d4dd686..f24f824 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+**************************************************************************
index f7627f4..c804a85 100644 (file)
@@ -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 \
index fc96b11..d931a36 100644 (file)
@@ -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])