|
From: <sq...@us...> - 2003-07-06 19:16:13
|
Update of /cvsroot/gplugs/stocksplugin/admin In directory sc8-pr-cvs1:/tmp/cvs-serv16606 Modified Files: install.php Log Message: changed release to 1.0 Index: install.php =================================================================== RCS file: /cvsroot/gplugs/stocksplugin/admin/install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install.php 5 Jul 2003 14:02:23 -0000 1.2 --- install.php 6 Jul 2003 19:16:09 -0000 1.3 *************** *** 60,64 **** $pi_name = 'stocks'; // Plugin name Must be 15 chars or less ! $pi_version = '1.1.0'; // Plugin Version $gl_version = '1.3.7sr2'; // GL Version plugin for $pi_url = 'http://www.carazy.com'; // Plugin Homepage --- 60,64 ---- $pi_name = 'stocks'; // Plugin name Must be 15 chars or less ! $pi_version = '1.0'; // Plugin Version $gl_version = '1.3.7sr2'; // GL Version plugin for $pi_url = 'http://www.carazy.com'; // Plugin Homepage |