From 3c6265bcca3b71c46891eb98e6d1f43621f72918 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Jun 2016 17:41:28 +0000 Subject: [PATCH] I18N: Add a unit test for `wp_maybe_decline_date()`. See #36790. Built from https://develop.svn.wordpress.org/trunk@37716 git-svn-id: http://core.svn.wordpress.org/trunk@37682 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 124141f034..da751dc701 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37715'; +$wp_version = '4.6-alpha-37716'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.