Skip to content

Commit 4c9c50b

Browse files
author
sgjesse@chromium.org
committedOct 29, 2009
Prepare to push to trunk. We are now working on 1.3.19
Review URL: http://codereview.chromium.org/348010 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3176 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent b1defd5 commit 4c9c50b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
2009-10-28: Version 1.3.17
29

310
Added API method to get simple heap statistics.

‎src/version.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// cannot be changed without changing the SCons build script.
3535
#define MAJOR_VERSION 1
3636
#define MINOR_VERSION 3
37-
#define BUILD_NUMBER 18
37+
#define BUILD_NUMBER 19
3838
#define PATCH_LEVEL 0
3939
#define CANDIDATE_VERSION true
4040

0 commit comments

Comments
 (0)
Please sign in to comment.