From 4c3d64d83369a786531107f837b2ca3451848ea5 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 7 May 2008 20:34:03 +0000 Subject: WP Merge with 2.5.1 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1275 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/version.php') diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a79a44..62f18c6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -8,7 +8,7 @@ * * @global string $wp_version */ -$wp_version = '2.5.1-beta'; +$wp_version = '2.5.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB scheme -- cgit