cellog          Mon Oct 25 13:06:12 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/pear       go-pear-list.php 
  Log:
  update for PEAR 1.3.2
  
http://cvs.php.net/diff.php/php-src/pear/go-pear-list.php?r1=1.9&r2=1.9.2.1&ty=u
Index: php-src/pear/go-pear-list.php
diff -u php-src/pear/go-pear-list.php:1.9 php-src/pear/go-pear-list.php:1.9.2.1
--- php-src/pear/go-pear-list.php:1.9   Sun Jun  6 18:49:46 2004
+++ php-src/pear/go-pear-list.php       Mon Oct 25 13:06:12 2004
@@ -3,17 +3,17 @@
  * that will be used to create the PEAR folder
  * in the windows snapshot.
  * See win32/build/mkdist.php for more details
- * $Id: go-pear-list.php,v 1.9 2004/06/06 22:49:46 pajoye Exp $
+ * $Id: go-pear-list.php,v 1.9.2.1 2004/10/25 17:06:12 cellog Exp $
  */
 $packages  = array(
 // required packages for the installer
-"PEAR"                  =>    "1.3.1",
+"PEAR"                  =>    "1.3.2",
 "XML_RPC"               =>    "1.1.0",
 "Console_Getopt"        =>    "1.2",
 "Archive_Tar"           =>    "1.2",
 
 // required packages for the web frontend
-"PEAR_Frontend_Web"     =>    "0.4"
+"PEAR_Frontend_Web"     =>    "0.4",
 "HTML_Template_IT"      =>    "1.1",
 "Net_UserAgent_Detect"  =>    "1.0",
 );

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to