diff options
Diffstat (limited to 'wp-includes/version.php')
| -rw-r--r-- | wp-includes/version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php index b19e143..bcf7aa7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,14 +8,14 @@ * * @global string $wp_version */ -$wp_version = '2.6'; +$wp_version = '2.6.1-beta2'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 8201; +$wp_db_version = 8204; -$wpmu_version = '2.6'; +$wpmu_version = '2.6-beta1'; ?> |
