Index: wp-admin/includes/dashboard.php
===================================================================
--- wp-admin/includes/dashboard.php	(revision 19622)
+++ wp-admin/includes/dashboard.php	(working copy)
@@ -1266,7 +1266,7 @@
 /**
  * Displays a welcome panel to introduce users to WordPress.
  *
- * @since 3.3
+ * @since 3.3.0
  */
 function wp_welcome_panel() {
 	global $wp_version;
Index: wp-includes/class-wp-editor.php
===================================================================
--- wp-includes/class-wp-editor.php	(revision 19622)
+++ wp-includes/class-wp-editor.php	(working copy)
@@ -3,7 +3,7 @@
  * Facilitates adding of the WordPress editor as used on the Write and Edit screens.
  *
  * @package WordPress
- * @since 3.3
+ * @since 3.3.0
  *
  * Private, not included by default. See wp_editor() in wp-includes/general-template.php.
  */
Index: wp-includes/functions.wp-styles.php
===================================================================
--- wp-includes/functions.wp-styles.php	(revision 19622)
+++ wp-includes/functions.wp-styles.php	(working copy)
@@ -45,7 +45,7 @@
  * added to the same stylesheet $handle, they will be printed in the order
  * they were added, i.e. the latter added styles can redeclare the previous.
  *
- * @since 3.3
+ * @since 3.3.0
  * @see WP_Scripts::add_inline_style()
  */
 function wp_add_inline_style( $handle, $data ) {
Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 19622)
+++ wp-includes/general-template.php	(working copy)
@@ -1797,7 +1797,7 @@
  * See http://core.trac.wordpress.org/ticket/19173 for more information.
  *
  * @see wp-includes/class-wp-editor.php
- * @since 3.3
+ * @since 3.3.0
  *
  * @param string $content Initial content for the editor.
  * @param string $editor_id HTML ID attribute value for the textarea and TinyMCE. Can only be /[a-z]+/.
Index: wp-includes/script-loader.php
===================================================================
--- wp-includes/script-loader.php	(revision 19622)
+++ wp-includes/script-loader.php	(working copy)
@@ -656,7 +656,7 @@
 /**
  * Private, for use in *_footer_scripts hooks
  *
- * @since 3.3
+ * @since 3.3.0
  */
 function _wp_footer_scripts() {
 	print_late_styles();
@@ -713,7 +713,7 @@
 /**
  * Prints the styles that were queued too late for the HTML head.
  *
- * @since 3.3
+ * @since 3.3.0
  */
 function print_late_styles() {
 	global $wp_styles, $concatenate_scripts;
Index: wp-includes/theme.php
===================================================================
--- wp-includes/theme.php	(revision 19622)
+++ wp-includes/theme.php	(working copy)
@@ -2000,7 +2000,7 @@
 /**
  * Checks if a theme has been changed and runs 'after_switch_theme' hook on the next WP load
  *
- * @since 3.3
+ * @since 3.3.0
  */
 function check_theme_switched() {
 	if ( false !== ( $old_theme = get_option( 'theme_switched' ) ) && !empty( $old_theme ) ) {
Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 19622)
+++ wp-includes/widgets.php	(working copy)
@@ -1149,7 +1149,7 @@
  * Handle sidebars config after theme change
  *
  * @access private
- * @since 3.3
+ * @since 3.3.0
  */
 function _wp_sidebars_changed() {
 	global $sidebars_widgets;
