diff options
author | Andrew Nacin <nacin@git.wordpress.org> | 2013-01-22 22:55:51 +0000 |
---|---|---|
committer | Andrew Nacin <nacin@git.wordpress.org> | 2013-01-22 22:55:51 +0000 |
commit | cbba42a6bdebb6348a553d1d18b2d7a3b51a0bac (patch) | |
tree | 6cf4d1cd6807ff526f094f3136de8ca8f32c7b6d | |
parent | 8e22aa88e26080de9c38a196a00a149b09f6f2c2 (diff) | |
download | wordpress-cbba42a6bdebb6348a553d1d18b2d7a3b51a0bac.tar.gz wordpress-cbba42a6bdebb6348a553d1d18b2d7a3b51a0bac.zip |
3.5.1 RC1.
git-svn-id: https://develop.svn.wordpress.org/branches/3.5@23333 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | wp-includes/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php index 59365f05fb..2ba80b9729 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.5.1-beta1-23304'; +$wp_version = '3.5.1-RC1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. |