tias Tue Jun 26 20:09:40 2007 UTC
Modified files:
/pearweb/public_html go-pear
Log:
Use package.xml task for package version now
http://cvs.php.net/viewvc.cgi/pearweb/public_html/go-pear?r1=1.105&r2=1.106&diff_format=u
Index: pearweb/public_html/go-pear
diff -u pearweb/public_html/go-pear:1.105 pearweb/public_html/go-pear:1.106
--- pearweb/public_html/go-pear:1.105 Fri May 25 20:29:54 2007
+++ pearweb/public_html/go-pear Tue Jun 26 20:09:40 2007
@@ -18,7 +18,7 @@
# | Pierre-Alain Joye <pierre@xxxxxxx> |
# | Greg Beaver <cellog@xxxxxxx> |
# +----------------------------------------------------------------------+
-# $Id: go-pear,v 1.105 2007/05/25 20:29:54 cellog Exp $
+# $Id: go-pear,v 1.106 2007/06/26 20:09:40 tias Exp $
#
# Automatically download all the files needed to run the "pear" command
# (the PEAR package installer). Requires PHP 4.1.0 or newer.
@@ -115,7 +115,7 @@
error_reporting( E_ALL & ~E_NOTICE);
define('WINDOWS', (substr(PHP_OS, 0, 3) == 'WIN'));
-define('GO_PEAR_VER', '0.6.0');
+define('GO_PEAR_VER', '@package_version@');
if (!function_exists('file_get_contents')) {
function file_get_contents($filename)
|