Reviewers: Lasse Reichstein, Description: Fix typo in Changelog, date in version.cc.
Please review this at http://codereview.chromium.org/6287016/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/version.cc Index: ChangeLog =================================================================== --- ChangeLog (revision 6532) +++ ChangeLog (working copy) @@ -1,4 +1,5 @@ -2011-01=31: Version 3.1.0 +2011-01-31: Version 3.1.0 + Performance improvements on all platforms. Index: src/version.cc =================================================================== --- src/version.cc (revision 6532) +++ src/version.cc (working copy) @@ -1,4 +1,4 @@ -// Copyright 2010 the V8 project authors. All rights reserved. +// Copyright 2011 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
