From f75b183b3b6719094b40f36d6043be3d8b817a23 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 8 Dec 2015 20:40:27 +0000 Subject: [PATCH] Add missing `svn:mergeinfo` properties for [35835]. Built from https://develop.svn.wordpress.org/branches/4.4@35836 git-svn-id: http://core.svn.wordpress.org/branches/4.4@35800 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 8c6293e7da..dd68147861 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35835'; +$wp_version = '4.4-RC1-35836'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.