diff --git a/package.json b/package.json index 52c0f2f1d5..5e39dea1c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.1", + "version": "4.4.2", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/readme.html b/src/readme.html index bdbe470cf5..468ee065f0 100644 --- a/src/readme.html +++ b/src/readme.html @@ -9,7 +9,7 @@
Semantic Personal Publishing Platform
diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index c2623d163f..fdeffe3a27 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4.1-src'; +$wp_version = '4.4.2-alpha-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.