Index: wp-includes/wp-db.php
===================================================================
--- wp-includes/wp-db.php	(revision 21513)
+++ wp-includes/wp-db.php	(working copy)
@@ -88,7 +88,7 @@
 	/**
 	 * Count of rows returned by previous query
 	 *
-	 * @since 1.2.0
+	 * @since 0.71
 	 * @access private
 	 * @var int
 	 */
@@ -113,9 +113,9 @@
 	var $insert_id = 0;
 
 	/**
-	 * Saved result of the last query made
+	 * Last query made
 	 *
-	 * @since 1.2.0
+	 * @since 0.71
 	 * @access private
 	 * @var array
 	 */
@@ -124,7 +124,7 @@
 	/**
 	 * Results of the last query made
 	 *
-	 * @since 1.0.0
+	 * @since 0.71
 	 * @access private
 	 * @var array|null
 	 */
@@ -142,7 +142,7 @@
 	/**
 	 * Saved info on the table column
 	 *
-	 * @since 1.2.0
+	 * @since 0.71
 	 * @access protected
 	 * @var array
 	 */
@@ -164,7 +164,7 @@
 	 * in a single database. The second reason is for possible
 	 * security precautions.
 	 *
-	 * @since 0.71
+	 * @since 2.5.0
 	 * @access private
 	 * @var string
 	 */
@@ -173,7 +173,7 @@
 	/**
 	 * Whether the database queries are ready to start executing.
 	 *
-	 * @since 2.5.0
+	 * @since 2.3.2
 	 * @access private
 	 * @var bool
 	 */
@@ -462,7 +462,7 @@
 	/**
 	 * Database Password
 	 *
-	 * @since 3.5.0
+	 * @since 3.1.0
 	 * @access protected
 	 * @var string
 	 */
@@ -471,7 +471,7 @@
 	/**
 	 * Database Name
 	 *
-	 * @since 3.5.0
+	 * @since 3.1.0
 	 * @access protected
 	 * @var string
 	 */
@@ -480,7 +480,7 @@
 	/**
 	 * Database Host
 	 *
-	 * @since 3.5.0
+	 * @since 3.1.0
 	 * @access protected
 	 * @var string
 	 */
@@ -489,7 +489,7 @@
 	/**
 	 * Database Handle
 	 *
-	 * @since 3.5.0
+	 * @since 0.71
 	 * @access protected
 	 * @var string
 	 */
