From: Chris S. <san...@us...> - 2010-12-01 18:58:51
|
Update of /cvsroot/stack/stack-dev/install In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv802/install Modified Files: installFunctions.php Log Message: Index: installFunctions.php =================================================================== RCS file: /cvsroot/stack/stack-dev/install/installFunctions.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** installFunctions.php 27 Oct 2010 13:40:51 -0000 1.42 --- installFunctions.php 1 Dec 2010 18:58:43 -0000 1.43 *************** *** 230,233 **** --- 230,237 ---- $this->casArray["command"] = $this->configArray["docroot"]."/maxima/stackmaxima_5.20.1.bat"; break; + + case "5.22.1": + $this->casArray["command"] = $this->configArray["docroot"]."/maxima/stackmaxima_5.20.1.bat"; + break; } |