0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

Update autoroll branch to autoroll2 (#990)

This commit is contained in:
Luca Casonato 2022-05-27 18:19:53 +02:00 committed by GitHub
parent 453df4efd5
commit fe3d2b0d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
const V8_TRACKING_BRANCH = "10.3-lkgr-denoland";
const AUTOROLL_BRANCH = "autoroll";
const AUTOROLL_BRANCH = "autoroll2";
function extractVersion() {
const MAJOR_PREFIX = "#define V8_MAJOR_VERSION ";