diff options
author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-01-22 11:44:06 +0000 |
---|---|---|
committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-01-22 11:44:06 +0000 |
commit | b2f9804dae80c5f6c70c70e92a3bbde67e2615c5 (patch) | |
tree | 7615f215a90e4c797702547dab832d30887a0a54 /wp-includes/version.php | |
parent | 4e71faf4fa1a98517df1c83be342dd3714f504d2 (diff) | |
download | wordpress-mu-b2f9804dae80c5f6c70c70e92a3bbde67e2615c5.tar.gz wordpress-mu-b2f9804dae80c5f6c70c70e92a3bbde67e2615c5.tar.xz wordpress-mu-b2f9804dae80c5f6c70c70e92a3bbde67e2615c5.zip |
WP Merge to 4780
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@854 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/version.php')
-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 49fffa5..4813b0c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -3,6 +3,6 @@ // This holds the version number in a separate file so we can bump it without cluttering the SVN $wp_version = 'wordpress-mu-1.0'; // Let's just avoid confusion -$wp_db_version = 3845; +$wp_db_version = 4772; ?> |