Reviewers: Søren Gjesse,

Description:
Prepare push of version 2.0.0 to trunk.  Now working on version 2.0.1.


Please review this at http://codereview.chromium.org/406002

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     ChangeLog
   M     src/version.cc


Index: src/version.cc
===================================================================
--- src/version.cc      (revision 3327)
+++ src/version.cc      (working copy)
@@ -32,9 +32,9 @@
  // These macros define the version number for the current version.
  // NOTE these macros are used by the SCons build script so their names
  // cannot be changed without changing the SCons build script.
-#define MAJOR_VERSION     1
-#define MINOR_VERSION     3
-#define BUILD_NUMBER      19
+#define MAJOR_VERSION     2
+#define MINOR_VERSION     0
+#define BUILD_NUMBER      1
  #define PATCH_LEVEL       0
  #define CANDIDATE_VERSION true

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 3327)
+++ ChangeLog   (working copy)
@@ -1,3 +1,12 @@
+2009-11-18: Version 2.0.0
+
+        Added support for VFP on ARM.
+
+        Fixed a number of debugger issues.
+
+        Fixed bugs.
+
+
  2009-10-29: Version 1.3.18

          Reverted a change which caused crashes in RegExp replace.



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to