mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 14:41:29 +00:00

PR-URL: https://github.com/nodejs/node/pull/47742 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
13 lines
325 B
C
13 lines
325 B
C
/**
|
|
* hdr_histogram_version.h
|
|
* Written by Marco Ippolito, Michael Barker and released to the public domain,
|
|
* as explained at http://creativecommons.org/publicdomain/zero/1.0/
|
|
*/
|
|
|
|
#ifndef HDR_HISTOGRAM_VERSION_H
|
|
#define HDR_HISTOGRAM_VERSION_H
|
|
|
|
#define HDR_HISTOGRAM_VERSION "0.11.8"
|
|
|
|
#endif // HDR_HISTOGRAM_VERSION_H
|