diff --git a/readme.html b/readme.html index 8e42f6ec2b..20971e7f83 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@
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.