From 52151d5cb620605b9aac7acb49db828d8aa6aa3d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 15 Oct 2019 20:48:59 +0000 Subject: [PATCH] WordPress 5.3 RC1 git-svn-id: https://develop.svn.wordpress.org/trunk@46557 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 3cb1683934..ef3e0d7a88 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta3-46449-src'; +$wp_version = '5.3-RC1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.