[Plib-cvs] plib/examples ChangeLog,1.3,1.4 configure.in,1.38,1.39
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-20 04:32:06
|
Update of /cvsroot/plib/plib/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21092/plib/examples Modified Files: ChangeLog configure.in Log Message: Added a puAux.dsp (although I know it's not right). Updated transferCvs2WebSite to include new libraries. Index: ChangeLog =================================================================== RCS file: /cvsroot/plib/plib/examples/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ChangeLog 4 Sep 2002 21:20:06 -0000 1.3 +++ ChangeLog 20 Mar 2004 04:22:05 -0000 1.4 @@ -2,6 +2,11 @@ PLIB_Examples Change Log. ========================= +PLIB_Examples v1.8.0 (March 19th 2004) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Added examples for PW, PSL, ssgAux and puAux. + + PLIB_Examples v1.6.1 (Sept 4th 2002) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added missing files from the 'water/data' directory. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/examples/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- configure.in 18 Mar 2004 16:59:39 -0000 1.38 +++ configure.in 20 Mar 2004 04:22:05 -0000 1.39 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/js/js_demo.cxx) -AM_INIT_AUTOMAKE(plib_examples, 1.7.0) +AM_INIT_AUTOMAKE(plib_examples, 1.8.0) dnl Checks for programs. |