diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-01-10 13:17:40 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-01-10 13:17:40 +0000 |
| commit | 0cc51d943e5a8ffaa7bd7d8bf798f931ac794552 (patch) | |
| tree | e7b50b853bde70e193b22c0096a96f97503ff7f9 /wp-inst/wp-includes/version.php | |
| parent | a50cf6f1689a7a4e509d379580e3bb15195992d8 (diff) | |
WP Merge.
Also fixes for kses that ate tags, and category js
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@497 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/version.php')
| -rw-r--r-- | wp-inst/wp-includes/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/version.php b/wp-inst/wp-includes/version.php index 95aac8f..0857f7f 100644 --- a/wp-inst/wp-includes/version.php +++ b/wp-inst/wp-includes/version.php @@ -3,6 +3,6 @@ // This just holds the version number, in a separate file so we can bump it without cluttering the SVN $wp_version = 'MU'; // Let's just avoid confusion -$wp_db_version = 3308; +$wp_db_version = 3414; ?> |
