From a68ba4cd2d5acff901e072152093d09db55066d2 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 22 Feb 2015 12:47:25 +0000 Subject: [PATCH] i18n tools: Improve support for multi-line comments in StringExtractor. props SergeyBiryukov. fixes #30972. Built from https://develop.svn.wordpress.org/trunk@31498 git-svn-id: http://core.svn.wordpress.org/trunk@31479 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 c5b0e72a63..6ade5528a2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31497'; +$wp_version = '4.2-alpha-31498'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.