summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-02 02:47:29 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-08-02 02:47:29 +0000
commit3db1f9b418f0eff5a4f4502034667eb681e6308b (patch)
tree7b8a683373f0d92ac28e43913540c6523a39ef41 /wp-includes/version.php
parentaf5dd4cf0ed1231e1db5cdada54c3c3f1daff213 (diff)
downloadwordpress-mu-3db1f9b418f0eff5a4f4502034667eb681e6308b.tar.gz
wordpress-mu-3db1f9b418f0eff5a4f4502034667eb681e6308b.tar.xz
wordpress-mu-3db1f9b418f0eff5a4f4502034667eb681e6308b.zip
Bump this
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@716 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/version.php')
-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 49fffa5..fe526ab 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 = 3846;
?>