From 14aca69402cb45b50c5e06f0b9793d0dd6a44d9b Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 4 Nov 2015 22:00:26 +0000 Subject: [PATCH] 4.4-beta3 (again) Built from https://develop.svn.wordpress.org/trunk@35529 git-svn-id: http://core.svn.wordpress.org/trunk@35493 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 496330cf3f..04b1a8c643 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35528'; +$wp_version = '4.4-beta3'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.