mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update comment in update-uncidi.sh and acorn_version.h
PR-URL: https://github.com/nodejs/node/pull/50175 Fixes: https://github.com/nodejs/node/issues/50159 Refs: https://github.com/nodejs/node/pull/50165 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// This is an auto generated file, please do not edit.
|
||||
// Refer to tools/update-acorn.sh
|
||||
// Refer to tools/dep_updaters/update-acorn.sh
|
||||
#ifndef SRC_ACORN_VERSION_H_
|
||||
#define SRC_ACORN_VERSION_H_
|
||||
#define ACORN_VERSION "8.10.0"
|
||||
|
||||
@@ -43,7 +43,7 @@ rm -f deps/undici/undici.js
|
||||
# update version information in src/undici_version.h
|
||||
cat > "$ROOT/src/undici_version.h" <<EOF
|
||||
// This is an auto generated file, please do not edit.
|
||||
// Refer to tools/update-undici.sh
|
||||
// Refer to tools/dep_updaters/update-undici.sh
|
||||
#ifndef SRC_UNDICI_VERSION_H_
|
||||
#define SRC_UNDICI_VERSION_H_
|
||||
#define UNDICI_VERSION "$NEW_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user