summaryrefslogtreecommitdiffstats
path: root/wp-includes
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-09-02 16:28:41 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-09-02 16:28:41 +0000
commit872b1612c38d8a2be11ad425db2caffceb6ec05a (patch)
tree48c329d0446430df1ddb7feaaebbbb5598eb4b5c /wp-includes
parentf922fc57d92a79f90d67997aef58b8928b67bd54 (diff)
downloadwordpress-mu-872b1612c38d8a2be11ad425db2caffceb6ec05a.tar.gz
wordpress-mu-872b1612c38d8a2be11ad425db2caffceb6ec05a.tar.xz
wordpress-mu-872b1612c38d8a2be11ad425db2caffceb6ec05a.zip
Bump the version number
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1464 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes')
-rw-r--r--wp-includes/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 75405a5..38e145a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -17,5 +17,5 @@ $wp_version = '2.6.1';
*/
$wp_db_version = 8204;
-$wpmu_version = '2.6.1-beta1';
+$wpmu_version = '2.6.1';
?>