Index: sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php
===================================================================
--- sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php	(revision 778)
+++ sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php	(working copy)
@@ -49,7 +49,7 @@
 			if ( file_exists( $file ) ) {
 				require_once $file;
 				$class = 'WP_' . $branch . '_Credits';
-				$credits = new $class( $version, $gp_locale );
+				$credits = new $class( WP_CORE_STABLE_BRANCH, $gp_locale );
 				return $credits;
 			}
 		}
