From fa9222cb17dfc570105b7884bcbd5a8313f1a8cf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 Sep 2019 22:07:58 +0000 Subject: [PATCH] Docs: Update a comment about `pcre.backtrack_limit` upper limit in `benchmark_pcre_backtracking()`. See #48074. Built from https://develop.svn.wordpress.org/trunk@46215 git-svn-id: http://core.svn.wordpress.org/trunk@46027 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 492dfd3d32..c5722cdc16 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46214'; +$wp_version = '5.3-alpha-46215'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.