We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e720a commit 766198bCopy full SHA for 766198b
src/undici_version.h
@@ -1,5 +1,5 @@
1
// This is an auto generated file, please do not edit.
2
-// Refer to tools/update-undici.sh
+// Refer to tools/dep_updaters/update-undici.sh
3
#ifndef SRC_UNDICI_VERSION_H_
4
#define SRC_UNDICI_VERSION_H_
5
#define UNDICI_VERSION "5.26.3"
tools/dep_updaters/update-acorn.sh
@@ -38,7 +38,7 @@ rm -rf deps/acorn/acorn
38
# update version information in src/acorn_version.h
39
cat > "$ROOT/src/acorn_version.h" <<EOF
40
41
-// Refer to tools/update-acorn.sh
+// Refer to tools/dep_updaters/update-acorn.sh
42
#ifndef SRC_ACORN_VERSION_H_
43
#define SRC_ACORN_VERSION_H_
44
#define ACORN_VERSION "$NEW_VERSION"
0 commit comments