From b2fde3d3461a336e8e48f6f43ee45e1edd99db0e Mon Sep 17 00:00:00 2001 From: Nikolay Bachiyski <nb@nikolay.bg> Date: Wed, 30 Mar 2016 19:44:26 +0000 Subject: [PATCH] 4.4.3-RC1 Built from https://develop.svn.wordpress.org/branches/4.4@37149 git-svn-id: http://core.svn.wordpress.org/branches/4.4@37116 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 468ee065f0..ea5565c6ac 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@ <body> <h1 id="logo"> <a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a> - <br /> Version 4.4.2 + <br /> Version 4.4.3 </h1> <p style="text-align: center">Semantic Personal Publishing Platform</p> diff --git a/wp-includes/version.php b/wp-includes/version.php index 97ffadc2c3..f92e2a9195 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.2'; +$wp_version = '4.4.3-RC1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.