Skip to content

Commit a07c817

Browse files
committed
Update versions for PHP 7.4.25RC1
1 parent 4bc1fdc commit a07c817

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: configure.ac

+1-1
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.21-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[7.4.25RC1],[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

Diff for: main/php_version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.ac to change version number */
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 4
5-
#define PHP_RELEASE_VERSION 21
6-
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.21-dev"
8-
#define PHP_VERSION_ID 70421
5+
#define PHP_RELEASE_VERSION 25
6+
#define PHP_EXTRA_VERSION "RC1"
7+
#define PHP_VERSION "7.4.25RC1"
8+
#define PHP_VERSION_ID 70425

0 commit comments

Comments
 (0)