Commit 66a1567b authored by kasperl@chromium.org's avatar kasperl@chromium.org

Get ready for pushing version 0.4.1 to trunk.

Review URL: http://codereview.chromium.org/8829

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@617 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e79ebd5c
2008-10-28: Version 0.4.1
Added caching of RegExp data in compilation cache.
Added Visual Studio project file for d8 shell.
Fixed function call performance regression introduced in version
0.4.0 when splitting the global object in two parts (issue 120).
Fixed issue 131 by checking for empty handles before throwing and
reporting exceptions.
2008-10-23: Version 0.4.0
Split the global object into two parts: The state holding global
......
......@@ -2199,7 +2199,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "0.4.1 (candidate)";
return "0.4.2 (candidate)";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment