diff --git a/ChangeLog b/ChangeLog index cef3169117..cf8af5d8ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-02-06: Version 3.24.33 + + Allow externalizing strings in old pointer space (Chromium issue + 268686). + + Performance and stability improvements on all platforms. + + 2014-02-05: Version 3.24.32 Add Box object to heap profiler. diff --git a/src/version.cc b/src/version.cc index 5b43020938..a15386b52c 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // system so their names cannot be changed without changing the scripts. #define MAJOR_VERSION 3 #define MINOR_VERSION 24 -#define BUILD_NUMBER 33 +#define BUILD_NUMBER 34 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)