Index: wp-includes/version.php
--- wp-includes/version.php Base (BASE)
+++ wp-includes/version.php Locally Modified (Based On LOCAL)
@@ -7,6 +7,13 @@
 $wp_version = '3.3-RC2-19567';
 
 /**
+ * The WordPress major version string, for theme and plugin development
+ *
+ * @global string $wp_major_version
+ */
+$wp_major_version = '3.3';
+
+/**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  *
  * @global int $wp_db_version
