From 3fff7c5e00991f90d7d99bd3c32f8ed288280cee Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sat, 9 Jan 2016 12:56:28 +0000 Subject: [PATCH] The 4.4 branch is now 4.4.2-alpha. Built from https://develop.svn.wordpress.org/branches/4.4@36239 git-svn-id: http://core.svn.wordpress.org/branches/4.4@36206 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index bdbe470cf5..468ee065f0 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.1 +
Version 4.4.2

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index 93741f0985..41206b4e19 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.1'; +$wp_version = '4.4.2-alpha'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.