From 5aedff09cee1ca5d5d916d79a399116bcb6f1653 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 10 Dec 2015 10:56:27 +0000 Subject: [PATCH] Bump package.json and readme.html to 4.4.1 in the 4.4 branch. Built from https://develop.svn.wordpress.org/branches/4.4@35852 git-svn-id: http://core.svn.wordpress.org/branches/4.4@35816 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 a9898575b2..bdbe470cf5 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4 +
Version 4.4.1

Semantic Personal Publishing Platform

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