summaryrefslogtreecommitdiffstats
path: root/wp-includes/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/version.php')
-rw-r--r--wp-includes/version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/version.php b/wp-includes/version.php
index bc15aab..f691583 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -2,8 +2,8 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
-$wp_version = '2.3.2';
-$wpmu_version = '1.3.2';
+$wp_version = '2.3.3';
+$wpmu_version = '1.3.3';
$wp_db_version = 6124;
?>