mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
871de14ceb
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
|
||||
for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%BRANCH%.%%i
|
||||
|
||||
if /i "%BRANCH%" equ "8.3" (
|
||||
if /i "%BRANCH%" equ "8.5" (
|
||||
set BRANCH=master
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue