We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1defd5 commit 4c9c50bCopy full SHA for 4c9c50b
ChangeLog
@@ -1,3 +1,10 @@
1
+2009-10-29: Version 1.3.18
2
+
3
+ Reverted a change which caused crashes in RegExp replace.
4
5
+ Reverted a change which caused Chromium ui_tests failure.
6
7
8
2009-10-28: Version 1.3.17
9
10
Added API method to get simple heap statistics.
src/version.cc
@@ -34,7 +34,7 @@
34
// cannot be changed without changing the SCons build script.
35
#define MAJOR_VERSION 1
36
#define MINOR_VERSION 3
37
-#define BUILD_NUMBER 18
+#define BUILD_NUMBER 19
38
#define PATCH_LEVEL 0
39
#define CANDIDATE_VERSION true
40
0 commit comments