Index: src/version.cc |
=================================================================== |
--- src/version.cc (revision 4430) |
+++ src/version.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright 2008 the V8 project authors. All rights reserved. |
+// Copyright 2010 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -35,7 +35,7 @@ |
#define MAJOR_VERSION 2 |
#define MINOR_VERSION 2 |
#define BUILD_NUMBER 3 |
-#define PATCH_LEVEL 1 |
+#define PATCH_LEVEL 2 |
#define CANDIDATE_VERSION false |
// Define SONAME to have the SCons build the put a specific SONAME into the |