]> granicus.if.org Git - php/commitdiff
Update version in 7.4 branch
authorDerick Rethans <github@derickrethans.nl>
Sat, 7 Nov 2020 18:48:13 +0000 (18:48 +0000)
committerDerick Rethans <github@derickrethans.nl>
Sat, 7 Nov 2020 18:48:13 +0000 (18:48 +0000)
configure.ac
main/php_version.h

index 2d4ce30825c0b2c6effcd8ba9a567ed7e7d179f7..0be4661dcc48c7394828d0033e10ea4a0e5e1300 100644 (file)
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
 dnl ----------------------------------------------------------------------------
 
 AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.11-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.13-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
index 75d1e02d5ec73b19c525129ddb5c1104e7c7305b..9395c77782cb16b6da30d86115058d5ab3235e59 100644 (file)
@@ -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 11
+#define PHP_RELEASE_VERSION 13
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.11-dev"
-#define PHP_VERSION_ID 70411
+#define PHP_VERSION "7.4.13-dev"
+#define PHP_VERSION_ID 70413