Index: wp-includes/class-phpass.php
===================================================================
--- wp-includes/class-phpass.php	(revision 6772)
+++ wp-includes/class-phpass.php	(working copy)
@@ -2,7 +2,7 @@
 /**
  * Portable PHP password hashing framework.
  * @package phpass
- * @since 2.4
+ * @since 2.5
  * @version 0.1
  * @link http://www.openwall.com/phpass/
  */
Index: wp-includes/comment-template.php
===================================================================
--- wp-includes/comment-template.php	(revision 6772)
+++ wp-includes/comment-template.php	(working copy)
@@ -524,7 +524,7 @@
  * @since 0.71
  * @uses get_trackback_url() Gets the trackback url for the current post
  *
- * @param bool $deprecated Remove backwards compat in 2.4
+ * @param bool $deprecated Remove backwards compat in 2.5
  * @return void|string Should only be used to echo the trackback URL, use get_trackback_url() for the result instead.
  */
 function trackback_url($deprecated = true) {
Index: wp-includes/deprecated.php
===================================================================
--- wp-includes/deprecated.php	(revision 6772)
+++ wp-includes/deprecated.php	(working copy)
@@ -1267,10 +1267,10 @@
  * documentation_link() - Unused Admin function
  * @since 2.0
  * @param string $deprecated Unknown
- * @deprecated 2.4
+ * @deprecated 2.5
  */
 function documentation_link( $deprecated = '' ) {
-	_deprecated_function( __FUNCTION__, '2.4', '' );
+	_deprecated_function( __FUNCTION__, '2.5', '' );
 	return;
 }
 
Index: wp-includes/feed.php
===================================================================
--- wp-includes/feed.php	(revision 6772)
+++ wp-includes/feed.php	(working copy)
@@ -200,7 +200,7 @@
  *
  * @package WordPress
  * @subpackage Feed
- * @since 2.4
+ * @since 2.5
  *
  * @param string $data input string
  * @return array $result array(type, value)
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 6772)
+++ wp-includes/functions.php	(working copy)
@@ -1621,7 +1621,7 @@
  *
  * @package WordPress
  * @package Debug
- * @since 2.4
+ * @since 2.5
  * @access private
  *
  * @uses do_action() Calls 'deprecated_function_run' and passes the function name and what to use instead.
@@ -1656,7 +1656,7 @@
  *
  * @package WordPress
  * @package Debug
- * @since 2.4
+ * @since 2.5
  * @access private
  *
  * @uses do_action() Calls 'deprecated_file_included' and passes the file name and what to use instead.
Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 6772)
+++ wp-includes/link-template.php	(working copy)
@@ -294,7 +294,7 @@
  *
  * @package WordPress
  * @subpackage Feed
- * @since 2.4
+ * @since 2.5
  *
  * @param string Descriptive text
  * @param int Optional post ID.  Default to current post.
@@ -334,7 +334,7 @@
  *
  * @package WordPress
  * @subpackage Feed
- * @since 2.4
+ * @since 2.5
  *
  * @param int $cat_id ID of a category
  * @param string $feed Feed type
Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 6772)
+++ wp-includes/pluggable.php	(working copy)
@@ -1228,7 +1228,7 @@
  * @param bool $remember Optional. Remember that the user is logged in
  */
 function wp_setcookie($username, $password = '', $already_md5 = false, $home = '', $siteurl = '', $remember = false) {
-	_deprecated_function( __FUNCTION__, '2.4', 'wp_set_auth_cookie()' );
+	_deprecated_function( __FUNCTION__, '2.5', 'wp_set_auth_cookie()' );
 	$user = get_userdatabylogin($username);
 	wp_set_auth_cookie($user->ID, $remember);
 }
@@ -1243,7 +1243,7 @@
  * @see wp_clear_auth_cookie()
  */
 function wp_clearcookie() {
-	_deprecated_function( __FUNCTION__, '2.4', 'wp_clear_auth_cookie()' );
+	_deprecated_function( __FUNCTION__, '2.5', 'wp_clear_auth_cookie()' );
 	wp_clear_auth_cookie();
 }
 endif;
@@ -1261,7 +1261,7 @@
  * @return bool Always returns false
  */
 function wp_get_cookie_login() {
-	_deprecated_function( __FUNCTION__, '2.4', '' );
+	_deprecated_function( __FUNCTION__, '2.5', '' );
 	return false;
 }
 endif;
Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 6772)
+++ wp-includes/post.php	(working copy)
@@ -268,7 +268,7 @@
  *
  * @package WordPress
  * @subpackage Post
- * @since 2.4
+ * @since 2.5
  *
  * @return array
  */
@@ -291,7 +291,7 @@
  *
  * @package WordPress
  * @subpackage Page
- * @since 2.4
+ * @since 2.5
  *
  * @return array
  */
@@ -341,7 +341,7 @@
  *
  * @package WordPress
  * @subpackage Post
- * @since 2.4
+ * @since 2.5
  *
  * @uses $wpdb
  * @uses $posts {@internal Missing Description}}

