From 026ecf91985fa8dd6d6c8b72470c9c8e1675246e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 22 Jun 2008 20:45:07 +0000 Subject: [PATCH] Beta1 git-svn-id: https://develop.svn.wordpress.org/trunk@8165 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ae4d622dc0..11f61c06b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,7 +8,7 @@ * * @global string $wp_version */ -$wp_version = '2.6-bleeding2'; +$wp_version = '2.6-beta1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB scheme