Commit 898297b0 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Preparing push of version 1.1.3 to trunk.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1602 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 62a7f913
2009-03-24: Version 1.1.3
Fixed assertion failures in compilation of loop conditions.
Removed STL dependency from developer shell (d8).
Added infrastructure for protecting the V8 heap from corruption
caused by memory modifications from the outside.
2009-03-24: Version 1.1.2
Improved frame merge code generated by the code generator.
......
......@@ -2273,7 +2273,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.1.3 (candidate)";
return "1.1.4 (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