From 41b21cf23be94960a33bbcafa6dd4c2b5e83942c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 15 Oct 2015 19:06:25 +0000 Subject: [PATCH] Add Twenty Sixteen to travis builds This allows the automated tests to include Twenty Sixteen. Fixes #34315. See #34306. Built from https://develop.svn.wordpress.org/trunk@35208 git-svn-id: http://core.svn.wordpress.org/trunk@35174 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6a417bfd84..8d2a709ac0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35207'; +$wp_version = '4.4-alpha-35208'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.