From 39b1c528081e11d6db145684fc8357e332b0bcc8 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 29 May 2014 04:33:15 +0000 Subject: [PATCH] Append the date to $wp_version in the build output, for nightly packages. props azaozz. fixes #26751. Built from https://develop.svn.wordpress.org/trunk@28611 git-svn-id: http://core.svn.wordpress.org/trunk@28435 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 2d3a0d3328..387ac8cf9a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha'; +$wp_version = '4.0-alpha-20140529'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.