Index: src/version.cc |
diff --git a/src/version.cc b/src/version.cc |
index 8a283b706621611460dc60dcdd3a3af0a8d78221..d62802c72ef5db43c36c8bc955261daa1416ab59 100644 |
--- a/src/version.cc |
+++ b/src/version.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2012 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 3 |
#define MINOR_VERSION 6 |
#define BUILD_NUMBER 6 |
-#define PATCH_LEVEL 16 |
+#define PATCH_LEVEL 17 |
// Use 1 for candidates and 0 otherwise. |
// (Boolean macro values are not supported by all preprocessors.) |
#define IS_CANDIDATE_VERSION 0 |