From 08bfd16e703eb8ca03d58b3b2a9e15caf236bc49 Mon Sep 17 00:00:00 2001 From: "v8.team.kasperl@gmail.com" Date: Tue, 2 Sep 2008 15:02:43 +0000 Subject: [PATCH] Update version tag in bleeding_edge branch. We're now working towards version 0.3.0. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@103 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 16 ++++++++++++++++ src/api.cc | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a39a9d..ade8745 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2008-09-02: Version 0.2.5 + + Renamed the top level directory 'public' to 'include'. + + Added 'env' option to the SCons build scripts to support + overriding the ENV part of the build environment. This is mostly + to support Windows builds in cases where SCons cannot find the + correct paths to the Windows SDK, as these paths cannot be passed + through shell environment variables. + + Enabled "Buffer Security Check" on for the Windows SCons build and + added the linker option /OPT:ICF as an optimization. + + Added the V8 benchmark suite to the repository. + + 2008-09-01: Version 0.2.4 Included mjsunit JavaScript test suite and C++ unit tests. diff --git a/src/api.cc b/src/api.cc index 09a3f81..d644520 100644 --- a/src/api.cc +++ b/src/api.cc @@ -2096,7 +2096,7 @@ bool v8::V8::Initialize() { const char* v8::V8::GetVersion() { - return "0.2.5 (internal)"; + return "0.3.0 (internal)"; } -- 2.7.4