diff options
author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-11-25 19:52:24 +0000 |
---|---|---|
committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-11-25 19:52:24 +0000 |
commit | 4be07350ba24a489f0c03aec1ba14a88d0cdc81f (patch) | |
tree | 0874e316ad1226115d6bb926e0d076af7626022e /wp-includes/version.php | |
parent | 0207e085fbcfbb4fe6bc207ecd86b6252f4f9b9a (diff) | |
download | wordpress-mu-4be07350ba24a489f0c03aec1ba14a88d0cdc81f.tar.gz wordpress-mu-4be07350ba24a489f0c03aec1ba14a88d0cdc81f.tar.xz wordpress-mu-4be07350ba24a489f0c03aec1ba14a88d0cdc81f.zip |
Bump the version to 2.6.5
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1548 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r-- | wp-includes/version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php index 5161d40..0325751 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,7 +8,7 @@ * * @global string $wp_version */ -$wp_version = '2.6.3'; +$wp_version = '2.6.5'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -17,5 +17,5 @@ $wp_version = '2.6.3'; */ $wp_db_version = 8204; -$wpmu_version = '2.6.3'; +$wpmu_version = '2.6.5'; ?> |