Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromphp/php-src

Commitaeb198a

Browse files
committed
Update versions for PHP 7.4.0beta2
1 parent6da7f01 commitaeb198a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
1717
dnl ----------------------------------------------------------------------------
1818

1919
AC_PREREQ([2.68])
20-
AC_INIT([PHP],[7.4.0-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[7.4.0beta2],[https://bugs.php.net],[php],[https://www.php.net])
2121
AC_CONFIG_SRCDIR([main/php_version.h])
2222
AC_CONFIG_AUX_DIR([build])
2323
AC_PRESERVE_HELP_ORDER

‎main/php_version.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#definePHP_MAJOR_VERSION 7
44
#definePHP_MINOR_VERSION 4
55
#definePHP_RELEASE_VERSION 0
6-
#definePHP_EXTRA_VERSION "-dev"
7-
#definePHP_VERSION "7.4.0-dev"
6+
#definePHP_EXTRA_VERSION "beta2"
7+
#definePHP_VERSION "7.4.0beta2"
88
#definePHP_VERSION_ID 70400

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp