Skip to content

Commit 96f753a

Browse files
committed
Update versions for PHP 7.4.27
1 parent 4eb68ea commit 96f753a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 4
55
#define PHP_RELEASE_VERSION 27
6-
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.27-dev"
6+
#define PHP_EXTRA_VERSION ""
7+
#define PHP_VERSION "7.4.27"
88
#define PHP_VERSION_ID 70427

0 commit comments

Comments
 (0)