summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r--wp-includes/version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 183fc5f..40f9234 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
@@ -16,7 +16,7 @@ $wp_version = '2.6-bleeding2';
*
* @global int $wp_db_version
*/
-$wp_db_version = 8000;
+$wp_db_version = 8134;
-$wpmu_version = '1.5.2-alpha';
+$wpmu_version = '1.6.beta1';
?>