File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ vars = {
107
107
# as an expression.
108
108
'cros_download_vm' : '"{cros_board}" == "amd64-generic"' ,
109
109
110
- 'nw_src_revision' : 'f4054aef4da167121a2669ab0e7c705e2d148884 ' ,
110
+ 'nw_src_revision' : '2dba1de7561b27ad627b48eebf91c0c42c53d20f ' ,
111
111
'nw_v8_revision' : '3ef7e7ec6522b1b8657d90419a68d6a396b50e30' ,
112
112
'nw_node_revision' : 'ddc6551b20ebc666f8be54a999605538162ccbb0' ,
113
113
# ANGLE's deps are relative to the angle_root variable.
Original file line number Diff line number Diff line change 39
39
#else
40
40
# define NW_VERSION_STRING NW_STRINGIFY(NW_MAJOR_VERSION) "." \
41
41
NW_STRINGIFY(NW_MINOR_VERSION) "." \
42
- NW_STRINGIFY(NW_PATCH_VERSION) "-alpha1 "
42
+ NW_STRINGIFY(NW_PATCH_VERSION) "-beta1 "
43
43
#endif
44
44
45
45
#define NW_VERSION "v" NW_VERSION_STRING
You can’t perform that action at this time.
0 commit comments