From 5b22a5ba2fabfe529c20e9311212e22b3ef6fe91 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sun, 30 Nov 2014 05:35:23 +0000 Subject: [PATCH] WPDB Unit Tests: Fix a fatal error that occurs in the `test_strip_invalid_text()` test if the `mbstring` extension isn't activated in PHP. Built from https://develop.svn.wordpress.org/trunk@30631 git-svn-id: http://core.svn.wordpress.org/trunk@30621 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 2401d2c8fe..509e770d60 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30630'; +$wp_version = '4.1-beta2-30631'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.