From 54dff600791ebfef7aec0cae6b713a997e2a87ae Mon Sep 17 00:00:00 2001
From: Dion Hulse <dd32@git.wordpress.org>
Date: Thu, 20 Nov 2014 11:35:07 +0000
Subject: [PATCH] Bump the $wp_version. This version string controls more than
 you might first imagine, but the important thing to note for now, is that
 this needs to contain a revision number in order for nightly builds to
 include a revision number. If a nightly build doesn't include a revision
 number, Background Updates won't occur for Development users (after all,
 4.1-beta1 == 4.1-beta1, which is already installed). See #30405

git-svn-id: https://develop.svn.wordpress.org/trunk@30411 602fd350-edb4-49c9-b593-d223f7449a82
---
 src/wp-includes/version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php
index ef33b1f70a..0d71a527da 100644
--- a/src/wp-includes/version.php
+++ b/src/wp-includes/version.php
@@ -4,7 +4,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '4.1-beta1-src';
+$wp_version = '4.1-beta1-30411-src';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.