mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 12:49:07 +00:00

PR-URL: https://github.com/nodejs/node/pull/48713 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
7 lines
210 B
C
7 lines
210 B
C
// This is an auto generated file, please do not edit.
|
|
// Refer to tools/update-acorn.sh
|
|
#ifndef SRC_ACORN_VERSION_H_
|
|
#define SRC_ACORN_VERSION_H_
|
|
#define ACORN_VERSION "8.10.0"
|
|
#endif // SRC_ACORN_VERSION_H_
|