From 33d083e263eb414d4aa0cb6598a96c6c5a523e63 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 12 Oct 2015 22:58:22 +0000 Subject: [PATCH] Version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@35088 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 5dc9a1f121..3d6d09e48f 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-alpha-33636-src'; +$wp_version = '4.4-alpha-35088-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.