Update version tag in bleeding_edge branch. We're now working
authorv8.team.kasperl@gmail.com <v8.team.kasperl@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Sep 2008 15:02:43 +0000 (15:02 +0000)
committerv8.team.kasperl@gmail.com <v8.team.kasperl@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Sep 2008 15:02:43 +0000 (15:02 +0000)
towards version 0.3.0.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@103 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/api.cc

index 3a39a9d..ade8745 100644 (file)
--- 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.
index 09a3f81..d644520 100644 (file)
@@ -2096,7 +2096,7 @@ bool v8::V8::Initialize() {
 
 
 const char* v8::V8::GetVersion() {
-  return "0.2.5 (internal)";
+  return "0.3.0 (internal)";
 }