Commit 3e9d63e1 authored by ager@chromium.org's avatar ager@chromium.org

Update version tag in bleeding_edge branch. Now working on 0.3.1.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f700c7e1
2008-09-04: Version 0.3.0
Added support for running tests on the ARM simulator.
Fixed bug in the 'in' operator where negative indices were not
treated correctly.
Fixed build issues on gcc-4.3.1.
Changed Date.prototype.toLocaleTimeString to not print the
timezone part of the time.
Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
with user code.
2008-09-02: Version 0.2.5
Renamed the top level directory 'public' to 'include'.
......
......@@ -2096,7 +2096,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "0.3.0 (internal)";
return "0.3.1 (internal)";
}
......
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