From 1d21012923c5c59e597012846e9dad25d3913863 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 1 Jul 2016 06:22:28 +0000 Subject: [PATCH] The 4.4 branch is now 4.4.5-alpha. Built from https://develop.svn.wordpress.org/branches/4.4@37935 git-svn-id: http://core.svn.wordpress.org/branches/4.4@37876 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 8e42f6ec2b..20971e7f83 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.4.4 +
Version 4.4.5

Semantic Personal Publishing Platform

diff --git a/wp-includes/version.php b/wp-includes/version.php index cc0275a526..3bee0371b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.4'; +$wp_version = '4.4.5-alpha'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.