summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-19 17:24:18 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-19 17:24:18 +0200
commitc4badcbec473cb4d324c5b831870e25094b749e4 (patch)
treeffe8e727eeac2362f04b97d8eb6e78cf2eba02ae
parent6a9db9573e58675f0c38f5da18fbc1b1a1f678d4 (diff)
downloadphp-git-c4badcbec473cb4d324c5b831870e25094b749e4.tar.gz
Bump version
Seems that has been forgotten.
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c589896741..1c74eae623 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.6-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.7-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER
diff --git a/main/php_version.h b/main/php_version.h
index 78a44f7cf3..9924d06d19 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 5
+#define PHP_RELEASE_VERSION 7
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.5-dev"
-#define PHP_VERSION_ID 70405
+#define PHP_VERSION "7.4.7-dev"
+#define PHP_VERSION_ID 70407