From: David Soria Parra Date: Thu, 10 Nov 2011 21:42:04 +0000 (+0000) Subject: It is not longer required to update php_version.php in php-bugs/ X-Git-Tag: php-5.5.0alpha1~910 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=487489a38ba04c7b16136507b6eb1ba13e523fb1;p=php It is not longer required to update php_version.php in php-bugs/ The bugtracker fetches the version list from the qa site, updating php_version.php is not required anymore. --- diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index 1b5306243f..becc8ee073 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -113,19 +113,17 @@ Derick) run the following commands for you: Note: Remember to update the MD5 checksum information. -1. Update in ``web/php-bugs/trunk/include/php_versions.php`` to include the new RC and commit. - -2. Update ``web/php/trunk/include/version.inc`` (x=major version number) +4. Update ``web/php/trunk/include/version.inc`` (x=major version number) a. ``$PHP_x_RC`` = "5.3.0RC1" b. ``$PHP_x_RC_DATE`` = "06 September 2007" -3. Commit those changes: +5. Commit those changes: a. ``svn commit web/qa/trunk web/php-bugs/trunk web/php/trunk`` -4. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the +6. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the INSTALL and win32/install.txt files which are generated from the PHP manual sources. Rolling a stable release