From 4ed16785409166c8462886196cec95995ade076a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 31 Jul 2018 14:09:31 +0200 Subject: [PATCH] Fix README.RELEASE_PROCESS The version has to be updated in configure.ac; by running `./configure` afterwards, main/php_versions.h will be updated automatically. --- README.RELEASE_PROCESS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index c5c59c546a..133fe6c9d8 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -338,9 +338,10 @@ Forking a new release branch Example: http://news.php.net/php.internals/99864 2. Just prior to cutting X.Y.0beta1, create the new branch locally. - Add a commit on master after the branch point clearing the NEWS file, and updating - main/php_versions.h and Zend/zend.h to update versions. - Example: https://github.com/php/php-src/commit/5230541ef59e0637d5522293a7d099bf18ce6af3 + Add a commit on master after the branch point clearing the NEWS file, updating + the version in configure.ac (run ./configure to automatically update + main/php_versions.h, too) and Zend/zend.h. + Example: http://git.php.net/?p=php-src.git;a=commit;h=a63c99b Push the new branch and the commit just added to master. 3. Immediately notify internals@ of the branch cut and advise the new merging order: -- 2.40.0