From 92e15f6a8bad88478bab0cb1f18ae1cda7822137 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 9 Dec 2015 01:14:27 +0000 Subject: [PATCH] The 4.4 branch is now 4.4.1-alpha. Built from https://develop.svn.wordpress.org/branches/4.4@35843 git-svn-id: http://core.svn.wordpress.org/branches/4.4@35807 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 2ff9814839..3a27e8f4e4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4'; +$wp_version = '4.4.1-alpha-35843'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.