[Plib-cvs] plib/doc download.html,1.22,1.23 index.html,1.35,1.36
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2005-01-13 04:55:42
|
Update of /cvsroot/plib/plib/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4026/plib/doc Modified Files: download.html index.html Log Message: Updated ChangeLog, changed current version numbers in HTML files. Index: download.html =================================================================== RCS file: /cvsroot/plib/plib/doc/download.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- download.html 9 Apr 2004 02:09:38 -0000 1.22 +++ download.html 13 Jan 2005 04:55:09 -0000 1.23 @@ -73,12 +73,12 @@ <H1>Downloading and Installing PLIB.</H1> <H2>The Short Answer (for Linux and CygWin users):</H2> Make sure you have OpenGL installed.<br> -Download this: <A HREF="dist/plib-1.8.3.tar.gz"> PLIB - Version 1.8.3</A> +Download this: <A HREF="dist/plib-1.8.4.tar.gz"> PLIB - Version 1.8.4</A> <br> Run this (as 'root'): <pre> - tar xzf plib-1.8.3.tar.gz - cd plib-1.8.3 + tar xzf plib-1.8.4.tar.gz + cd plib-1.8.4 ./configure ; make install </pre> Tadaaaa! @@ -94,7 +94,7 @@ in PLIB. <p> <ul> -<li><A HREF="dist/plib-1.8.3.tar.gz"> PLIB - Version 1.8.3 -- Current Stable</A> +<li><A HREF="dist/plib-1.8.4.tar.gz"> PLIB - Version 1.8.4 -- Current Stable</A> <li><A HREF="dist/"> PLIB - Other versions</A> <li><A HREF="http://sf.net/project/?group_id=382"> PLIB - Latest development version (from CVS)</A> <li><A HREF="dist/current.tgz"> PLIB - Latest development version (tarball)</A> Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/index.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- index.html 9 Apr 2004 02:09:38 -0000 1.35 +++ index.html 13 Jan 2005 04:55:09 -0000 1.36 @@ -88,7 +88,7 @@ is fairly independent of the others - so if you want to use SDL, GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing library, you can. <p> -The latest stable version of PLIB is 1.8.3 - go to the +The latest stable version of PLIB is 1.8.4 - go to the <A HREF="download.html">DOWNLOAD</A> section to get a copy - go to the <A HREF="whats_inside.html">WHAT'S INSIDE</A> section for documentation and a more detailed description of |